at.dms.ksm
Class KsmLexer
java.lang.Object
|
+--antlr.CharScanner
|
+--at.dms.ksm.KsmLexer
- All Implemented Interfaces:
- KsmLexerTokenTypes, antlr.TokenStream
- public class KsmLexer
- extends antlr.CharScanner
- implements KsmLexerTokenTypes, antlr.TokenStream
Fields inherited from class antlr.CharScanner |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, NO_CHAR, saveConsumedInput, text, tokenObjectClass, traceDepth |
Fields inherited from interface at.dms.ksm.KsmLexerTokenTypes |
CLINIT, COLON, COMMA, DOT, DOUBLE_SUFFIX, DUMMY, EOF, EQUAL, ESC, EXPONENT, FLOAT_SUFFIX, HEX_DIGIT, IDENT, INF, INIT, INT_LITERAL, LBRACE, LBRACK, LITERAL_abstract, LITERAL_class, LITERAL_extends, LITERAL_final, LITERAL_implements, LITERAL_interface, LITERAL_native, LITERAL_private, LITERAL_protected, LITERAL_public, LITERAL_static, LITERAL_strictfp, LITERAL_synchronized, LITERAL_throws, LITERAL_transient, LITERAL_volatile, LONG_LITERAL, LPAREN, MINUS, ML_COMMENT, NAN, NULL_TREE_LOOKAHEAD, NUM_DOUBLE, NUM_FLOAT, OCT_DIGIT, QUOTED_IDENT, RBRACE, RBRACK, RPAREN, SEMI, SL_COMMENT, SLASH, STRING_LITERAL, VOCAB, WS |
Method Summary |
void |
mCLINIT(boolean _createToken)
|
void |
mCOLON(boolean _createToken)
|
void |
mCOMMA(boolean _createToken)
|
protected void |
mDOUBLE_SUFFIX(boolean _createToken)
|
void |
mDUMMY(boolean _createToken)
|
void |
mEQUAL(boolean _createToken)
|
protected void |
mESC(boolean _createToken)
|
protected void |
mEXPONENT(boolean _createToken)
|
protected void |
mFLOAT_SUFFIX(boolean _createToken)
|
protected void |
mHEX_DIGIT(boolean _createToken)
|
void |
mIDENT(boolean _createToken)
|
protected void |
mINF(boolean _createToken)
|
void |
mINIT(boolean _createToken)
|
void |
mINT_LITERAL(boolean _createToken)
|
void |
mLBRACE(boolean _createToken)
|
void |
mLBRACK(boolean _createToken)
|
void |
mLPAREN(boolean _createToken)
|
protected void |
mMINUS(boolean _createToken)
|
void |
mML_COMMENT(boolean _createToken)
|
protected void |
mNAN(boolean _createToken)
|
protected void |
mOCT_DIGIT(boolean _createToken)
|
void |
mQUOTED_IDENT(boolean _createToken)
|
void |
mRBRACE(boolean _createToken)
|
void |
mRBRACK(boolean _createToken)
|
void |
mRPAREN(boolean _createToken)
|
void |
mSEMI(boolean _createToken)
|
void |
mSL_COMMENT(boolean _createToken)
|
void |
mSLASH(boolean _createToken)
|
void |
mSTRING_LITERAL(boolean _createToken)
|
protected void |
mVOCAB(boolean _createToken)
|
void |
mWS(boolean _createToken)
|
antlr.Token |
nextToken()
|
Methods inherited from class antlr.CharScanner |
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_0
_tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_1
_tokenSet_2
public static final antlr.collections.impl.BitSet _tokenSet_2
_tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_3
_tokenSet_4
public static final antlr.collections.impl.BitSet _tokenSet_4
_tokenSet_5
public static final antlr.collections.impl.BitSet _tokenSet_5
_tokenSet_6
public static final antlr.collections.impl.BitSet _tokenSet_6
KsmLexer
public KsmLexer(java.io.InputStream in)
KsmLexer
public KsmLexer(java.io.Reader in)
KsmLexer
public KsmLexer(antlr.InputBuffer ib)
KsmLexer
public KsmLexer(antlr.LexerSharedInputState state)
nextToken
public antlr.Token nextToken()
throws antlr.TokenStreamException
- Specified by:
nextToken
in interface antlr.TokenStream
- Overrides:
nextToken
in class antlr.CharScanner
mCOLON
public final void mCOLON(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mCOMMA
public final void mCOMMA(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mEQUAL
public final void mEQUAL(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mLBRACE
public final void mLBRACE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mLBRACK
public final void mLBRACK(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mLPAREN
public final void mLPAREN(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mRBRACE
public final void mRBRACE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mRBRACK
public final void mRBRACK(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mRPAREN
public final void mRPAREN(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mSEMI
public final void mSEMI(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mSLASH
public final void mSLASH(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mINIT
public final void mINIT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mCLINIT
public final void mCLINIT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mWS
public final void mWS(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mSL_COMMENT
public final void mSL_COMMENT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mML_COMMENT
public final void mML_COMMENT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mQUOTED_IDENT
public final void mQUOTED_IDENT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mESC
protected final void mESC(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mSTRING_LITERAL
public final void mSTRING_LITERAL(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mHEX_DIGIT
protected final void mHEX_DIGIT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mOCT_DIGIT
protected final void mOCT_DIGIT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mVOCAB
protected final void mVOCAB(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mIDENT
public final void mIDENT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mDUMMY
public final void mDUMMY(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mINT_LITERAL
public final void mINT_LITERAL(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mMINUS
protected final void mMINUS(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mEXPONENT
protected final void mEXPONENT(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mFLOAT_SUFFIX
protected final void mFLOAT_SUFFIX(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mDOUBLE_SUFFIX
protected final void mDOUBLE_SUFFIX(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mINF
protected final void mINF(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
mNAN
protected final void mNAN(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException