|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| void | initialize (String src) |
| void | initialize () |
| void | setCountingTokens (boolean ct) |
| void | setOriginalSource (String src) |
| void | setSource (String src) |
| PreprocessorInfoChannel | getPreprocessorInfoChannel () |
| void | setPreprocessingDirective (String pre) |
| void | addDefine (String name, String value) |
| List | getDefines () |
| Returns a list of Define objects corresponding to the preprocessor definitions seen during parsing. More... | |
| void | deferredNewline () |
| void | newline () |
| GnuCLexer (InputStream in) | |
| GnuCLexer (Reader in) | |
| GnuCLexer (InputBuffer ib) | |
| GnuCLexer (LexerSharedInputState state) | |
| Token | nextToken () throws TokenStreamException |
| final void | mWhitespace (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mNumber (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIDMEAT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mWideCharLiteral (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCharLiteral (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mWideStringLiteral (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mStringLiteral (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCOLON (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCOMMA (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mQUESTION (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSEMI (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mPTR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLPAREN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRPAREN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLBRACKET (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRBRACKET (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLCURLY (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRCURLY (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mEQUAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mNOT_EQUAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLTE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mGTE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mGT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDIV (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDIV_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mPLUS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mPLUS_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mINC (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mMINUS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mMINUS_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDEC (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSTAR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSTAR_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mMOD (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mMOD_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRSHIFT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRSHIFT_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLSHIFT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLSHIFT_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLAND (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLNOT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLOR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBAND (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBAND_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBNOT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBOR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBOR_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBXOR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBXOR_ASSIGN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mComment (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCPPComment (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mPREPROC_DIRECTIVE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDefineExpr (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDefineExpr2 (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
Static Public Attributes | |
| static final BitSet | _tokenSet_0 = new BitSet(mk_tokenSet_0()) |
| static final BitSet | _tokenSet_1 = new BitSet(mk_tokenSet_1()) |
| static final BitSet | _tokenSet_2 = new BitSet(mk_tokenSet_2()) |
| static final BitSet | _tokenSet_3 = new BitSet(mk_tokenSet_3()) |
| static final BitSet | _tokenSet_4 = new BitSet(mk_tokenSet_4()) |
| static final BitSet | _tokenSet_5 = new BitSet(mk_tokenSet_5()) |
| static final BitSet | _tokenSet_6 = new BitSet(mk_tokenSet_6()) |
| static final BitSet | _tokenSet_7 = new BitSet(mk_tokenSet_7()) |
| static final BitSet | _tokenSet_8 = new BitSet(mk_tokenSet_8()) |
| static final BitSet | _tokenSet_9 = new BitSet(mk_tokenSet_9()) |
| static final BitSet | _tokenSet_10 = new BitSet(mk_tokenSet_10()) |
| static final BitSet | _tokenSet_11 = new BitSet(mk_tokenSet_11()) |
| static final BitSet | _tokenSet_12 = new BitSet(mk_tokenSet_12()) |
| static final BitSet | _tokenSet_13 = new BitSet(mk_tokenSet_13()) |
| static final BitSet | _tokenSet_14 = new BitSet(mk_tokenSet_14()) |
| static final BitSet | _tokenSet_15 = new BitSet(mk_tokenSet_15()) |
| static final BitSet | _tokenSet_16 = new BitSet(mk_tokenSet_16()) |
| static final BitSet | _tokenSet_17 = new BitSet(mk_tokenSet_17()) |
| static final BitSet | _tokenSet_18 = new BitSet(mk_tokenSet_18()) |
| static final BitSet | _tokenSet_19 = new BitSet(mk_tokenSet_19()) |
| static final BitSet | _tokenSet_20 = new BitSet(mk_tokenSet_20()) |
| static final BitSet | _tokenSet_21 = new BitSet(mk_tokenSet_21()) |
| static final BitSet | _tokenSet_22 = new BitSet(mk_tokenSet_22()) |
Protected Member Functions | |
| Token | makeToken (int t) |
| final void | mEscape (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDigit (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIntSuffix (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mNumberSuffix (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mExponent (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mID (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mVocabulary (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDOT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mVARARGS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mNonWhitespace (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLineDirective (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSpace (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBadStringLiteral (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLongSuffix (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mUnsignedSuffix (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mFloatSuffix (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mDoubleDoubleConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mFloatDoubleConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLongDoubleConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIntOctalConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLongOctalConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mUnsignedOctalConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIntIntConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLongIntConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mUnsignedIntConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIntHexConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLongHexConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mUnsignedHexConst (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 39 of file GnuCLexer.java.
| com.jogamp.gluegen.cgram.GnuCLexer.GnuCLexer | ( | InputStream | in | ) |
Definition at line 148 of file GnuCLexer.java.
| com.jogamp.gluegen.cgram.GnuCLexer.GnuCLexer | ( | Reader | in | ) |
Definition at line 151 of file GnuCLexer.java.
| com.jogamp.gluegen.cgram.GnuCLexer.GnuCLexer | ( | InputBuffer | ib | ) |
Definition at line 154 of file GnuCLexer.java.
| com.jogamp.gluegen.cgram.GnuCLexer.GnuCLexer | ( | LexerSharedInputState | state | ) |
Definition at line 157 of file GnuCLexer.java.
| void com.jogamp.gluegen.cgram.GnuCLexer.addDefine | ( | String | name, |
| String | value | ||
| ) |
| void com.jogamp.gluegen.cgram.GnuCLexer.deferredNewline | ( | ) |
| List com.jogamp.gluegen.cgram.GnuCLexer.getDefines | ( | ) |
Returns a list of Define objects corresponding to the preprocessor definitions seen during parsing.
Definition at line 116 of file GnuCLexer.java.
| PreprocessorInfoChannel com.jogamp.gluegen.cgram.GnuCLexer.getPreprocessorInfoChannel | ( | ) |
Definition at line 99 of file GnuCLexer.java.
| void com.jogamp.gluegen.cgram.GnuCLexer.initialize | ( | ) |
| void com.jogamp.gluegen.cgram.GnuCLexer.initialize | ( | String | src | ) |
Definition at line 42 of file GnuCLexer.java.
|
protected |
| final void com.jogamp.gluegen.cgram.GnuCLexer.mASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1429 of file GnuCLexer.java.
|
protected |
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBAND | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1934 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBAND_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1947 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBNOT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1960 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBOR | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1973 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBOR_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1986 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBXOR | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1999 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mBXOR_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 2012 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mCharLiteral | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1282 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mCOLON | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1442 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mCOMMA | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1455 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mComment | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 2025 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mCPPComment | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 2089 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mDEC | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1778 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mDefineExpr | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 2613 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mDefineExpr2 | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 2679 of file GnuCLexer.java.
|
protected |
Definition at line 674 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mDIV | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1687 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mDIV_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1700 of file GnuCLexer.java.
|
protected |
|
protected |
| final void com.jogamp.gluegen.cgram.GnuCLexer.mEQUAL | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1609 of file GnuCLexer.java.
|
protected |
Definition at line 585 of file GnuCLexer.java.
|
protected |
Definition at line 1093 of file GnuCLexer.java.
|
protected |
|
protected |
| final void com.jogamp.gluegen.cgram.GnuCLexer.mGT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1674 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mGTE | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1661 of file GnuCLexer.java.
|
protected |
Definition at line 1188 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mIDMEAT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1161 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mINC | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1739 of file GnuCLexer.java.
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 687 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLAND | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1895 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLBRACKET | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1557 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLCURLY | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1583 of file GnuCLexer.java.
|
protected |
Definition at line 2334 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLNOT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1908 of file GnuCLexer.java.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLOR | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1921 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLPAREN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1531 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLSHIFT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1869 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLSHIFT_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1882 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1648 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mLTE | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1635 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mMINUS | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1752 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mMINUS_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1765 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mMOD | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1817 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mMOD_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1830 of file GnuCLexer.java.
|
protected |
Definition at line 2121 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mNOT_EQUAL | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1622 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mNumber | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 779 of file GnuCLexer.java.
|
protected |
Definition at line 745 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mPLUS | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1713 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mPLUS_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1726 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mPREPROC_DIRECTIVE | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 2147 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mPTR | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1494 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mQUESTION | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1468 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mRBRACKET | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1570 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mRCURLY | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1596 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mRPAREN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1544 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mRSHIFT | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1843 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mRSHIFT_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1856 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mSEMI | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1481 of file GnuCLexer.java.
|
protected |
Definition at line 2578 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mSTAR | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1791 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mSTAR_ASSIGN | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1804 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mStringLiteral | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1327 of file GnuCLexer.java.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| final void com.jogamp.gluegen.cgram.GnuCLexer.mWhitespace | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 510 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mWideCharLiteral | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1265 of file GnuCLexer.java.
| final void com.jogamp.gluegen.cgram.GnuCLexer.mWideStringLiteral | ( | boolean | _createToken | ) | throws RecognitionException, CharStreamException, TokenStreamException |
Definition at line 1310 of file GnuCLexer.java.
| void com.jogamp.gluegen.cgram.GnuCLexer.newline | ( | ) |
| Token com.jogamp.gluegen.cgram.GnuCLexer.nextToken | ( | ) | throws TokenStreamException |
Definition at line 221 of file GnuCLexer.java.
| void com.jogamp.gluegen.cgram.GnuCLexer.setCountingTokens | ( | boolean | ct | ) |
Definition at line 78 of file GnuCLexer.java.
| void com.jogamp.gluegen.cgram.GnuCLexer.setOriginalSource | ( | String | src | ) |
| void com.jogamp.gluegen.cgram.GnuCLexer.setPreprocessingDirective | ( | String | pre | ) |
Definition at line 104 of file GnuCLexer.java.
| void com.jogamp.gluegen.cgram.GnuCLexer.setSource | ( | String | src | ) |
Definition at line 94 of file GnuCLexer.java.
|
static |
Definition at line 3016 of file GnuCLexer.java.
|
static |
Definition at line 3021 of file GnuCLexer.java.
|
static |
Definition at line 3071 of file GnuCLexer.java.
|
static |
Definition at line 3078 of file GnuCLexer.java.
|
static |
Definition at line 3086 of file GnuCLexer.java.
|
static |
Definition at line 3093 of file GnuCLexer.java.
|
static |
Definition at line 3100 of file GnuCLexer.java.
|
static |
Definition at line 3105 of file GnuCLexer.java.
|
static |
Definition at line 3110 of file GnuCLexer.java.
|
static |
Definition at line 3115 of file GnuCLexer.java.
|
static |
Definition at line 3120 of file GnuCLexer.java.
|
static |
Definition at line 3125 of file GnuCLexer.java.
|
static |
Definition at line 3026 of file GnuCLexer.java.
|
static |
Definition at line 3130 of file GnuCLexer.java.
|
static |
Definition at line 3135 of file GnuCLexer.java.
|
static |
Definition at line 3140 of file GnuCLexer.java.
|
static |
Definition at line 3034 of file GnuCLexer.java.
|
static |
Definition at line 3039 of file GnuCLexer.java.
|
static |
Definition at line 3044 of file GnuCLexer.java.
|
static |
Definition at line 3049 of file GnuCLexer.java.
|
static |
Definition at line 3054 of file GnuCLexer.java.
|
static |
Definition at line 3059 of file GnuCLexer.java.
|
static |
Definition at line 3064 of file GnuCLexer.java.