at.dms.compiler.tools.optgen
Class OptgenLexer
java.lang.Object
at.dms.compiler.tools.antlr.runtime.CharScanner
at.dms.compiler.tools.optgen.OptgenLexer
- All Implemented Interfaces:
- TokenStream, OptgenLexerTokenTypes
public class OptgenLexer
- extends CharScanner
- implements OptgenLexerTokenTypes, TokenStream
Fields inherited from class at.dms.compiler.tools.antlr.runtime.CharScanner |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, text, tokenObjectClass |
Fields inherited from interface at.dms.compiler.tools.optgen.OptgenLexerTokenTypes |
DOT, DUMMY, EOF, ESC, HEADER, HEX_DIGIT, IDENT, LITERAL_boolean, LITERAL_default, LITERAL_help, LITERAL_int, LITERAL_longname, LITERAL_optionalDefault, LITERAL_package, LITERAL_parent, LITERAL_prefix, LITERAL_requireArgument, LITERAL_shortcut, LITERAL_String, LITERAL_type, LITERAL_usage, LITERAL_version, ML_COMMENT, NULL_TREE_LOOKAHEAD, OCT_DIGIT, SL_COMMENT, STRING, VOCAB, WS |
Methods inherited from class at.dms.compiler.tools.antlr.runtime.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, uponEOF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tokenSet_0
public static final BitSet _tokenSet_0
_tokenSet_1
public static final BitSet _tokenSet_1
_tokenSet_2
public static final BitSet _tokenSet_2
_tokenSet_3
public static final BitSet _tokenSet_3
_tokenSet_4
public static final BitSet _tokenSet_4
OptgenLexer
public OptgenLexer(InputStream in)
OptgenLexer
public OptgenLexer(Reader in)
OptgenLexer
public OptgenLexer(InputBuffer ib)
OptgenLexer
public OptgenLexer(LexerSharedInputState state)
nextToken
public Token nextToken()
throws TokenStreamException
- Specified by:
nextToken
in interface TokenStream
- Throws:
TokenStreamException
mWS
public final void mWS(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mDOT
public final void mDOT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mHEADER
public final void mHEADER(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mSL_COMMENT
public final void mSL_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mML_COMMENT
public final void mML_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mSTRING
public final void mSTRING(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mESC
protected final void mESC(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mOCT_DIGIT
protected final void mOCT_DIGIT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mHEX_DIGIT
protected final void mHEX_DIGIT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mIDENT
public final void mIDENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mDUMMY
public final void mDUMMY(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException
mVOCAB
protected final void mVOCAB(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamException
- Throws:
RecognitionException
CharStreamException
TokenStreamException