Package eu.bandm.tools.umod.parser
Class UModLexer
java.lang.Object
antlr.CharScanner
eu.bandm.tools.umod.parser.UModLexer
- All Implemented Interfaces:
antlr.TokenStream,UModParserTokenTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final antlr.collections.impl.BitSetstatic final antlr.collections.impl.BitSetstatic final antlr.collections.impl.BitSetstatic final antlr.collections.impl.BitSetstatic final antlr.collections.impl.BitSetFields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepthFields inherited from interface eu.bandm.tools.umod.parser.UModParserTokenTypes
CARET, CHAR, CLOSE, COMMA, COMMENTS, CROSS, DOCTEXT, DOT, EMBEDDEDJAVA, EOF, EQUAL, Escape, EXCLAM, GREATER, Hex, IDENT_LOWER, IDENT_UPPER, LESS, LITERAL_ABSTRACT, LITERAL_ALGEBRAIC, LITERAL_CLASS, LITERAL_COREWRITER, LITERAL_END, LITERAL_ENUM, LITERAL_EXT, LITERAL_EXTEND, LITERAL_EXTENDS, LITERAL_FORMAT, LITERAL_GETTER, LITERAL_IMPLEMENTS, LITERAL_INTERFACE, LITERAL_IS, LITERAL_MAP, LITERAL_MODEL, LITERAL_MULTIPHASE, LITERAL_MULTIPLE, LITERAL_NOMATCH, LITERAL_OPT, LITERAL_ORDERED, LITERAL_P, LITERAL_POWER, LITERAL_PRINTER, LITERAL_REL, LITERAL_REWRITER, LITERAL_SEQ, LITERAL_SET, LITERAL_SETTER, LITERAL_SOURCE, LITERAL_TO, LITERAL_TOPLEVEL, LITERAL_TOSTRING, LITERAL_TYPE, LITERAL_VISITOR, LLESS, MAPTO, ML_COMMENT, NULL_TREE_LOOKAHEAD, OPEN, PLUS, QuotedChar, RELTO, SEMICOLON, SLASH, SMALLPOSITIVE, SQCLOSE, SQOPEN, STRING, UNION, VBAR, WS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidmCARET(boolean _createToken) final voidmCHAR(boolean _createToken) final voidmCLOSE(boolean _createToken) final voidmCOMMA(boolean _createToken) final voidmCOMMENTS(boolean _createToken) final voidmCROSS(boolean _createToken) final voidmDOCTEXT(boolean _createToken) final voidmDOT(boolean _createToken) final voidmEMBEDDEDJAVA(boolean _createToken) final voidmEQUAL(boolean _createToken) protected final voidmEscape(boolean _createToken) final voidmEXCLAM(boolean _createToken) final voidmGREATER(boolean _createToken) protected final voidmHex(boolean _createToken) final voidmIDENT_LOWER(boolean _createToken) final voidmIDENT_UPPER(boolean _createToken) final voidmLESS(boolean _createToken) final voidmLLESS(boolean _createToken) final voidmMAPTO(boolean _createToken) final voidmML_COMMENT(boolean _createToken) final voidmOPEN(boolean _createToken) final voidmPLUS(boolean _createToken) protected final voidmQuotedChar(boolean _createToken) final voidmRELTO(boolean _createToken) final voidmSEMICOLON(boolean _createToken) final voidmSLASH(boolean _createToken) final voidmSMALLPOSITIVE(boolean _createToken) final voidmSQCLOSE(boolean _createToken) final voidmSQOPEN(boolean _createToken) final voidmSTRING(boolean _createToken) final voidmUNION(boolean _createToken) final voidmVBAR(boolean _createToken) final voidmWS(boolean _createToken) antlr.TokenMethods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
-
Field Details
-
_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
-
-
Constructor Details
-
UModLexer
-
UModLexer
-
UModLexer
public UModLexer(antlr.InputBuffer ib)
-
-
Method Details
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException- Specified by:
nextTokenin interfaceantlr.TokenStream- Throws:
antlr.TokenStreamException
-
mEQUAL
public final void mEQUAL(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mMAPTO
public final void mMAPTO(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mRELTO
public final void mRELTO(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCROSS
public final void mCROSS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mPLUS
public final void mPLUS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mUNION
public final void mUNION(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSLASH
public final void mSLASH(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mLLESS
public final void mLLESS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mLESS
public final void mLESS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mGREATER
public final void mGREATER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCOMMA
public final void mCOMMA(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDOT
public final void mDOT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mOPEN
public final void mOPEN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCLOSE
public final void mCLOSE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSQOPEN
public final void mSQOPEN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSQCLOSE
public final void mSQCLOSE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSEMICOLON
public final void mSEMICOLON(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mVBAR
public final void mVBAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mEXCLAM
public final void mEXCLAM(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCARET
public final void mCARET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mIDENT_UPPER
public final void mIDENT_UPPER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mIDENT_LOWER
public final void mIDENT_LOWER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSMALLPOSITIVE
public final void mSMALLPOSITIVE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mEMBEDDEDJAVA
public final void mEMBEDDEDJAVA(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mWS
public final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mDOCTEXT
public final void mDOCTEXT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mSTRING
public final void mSTRING(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mQuotedChar
protected final void mQuotedChar(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCHAR
public final void mCHAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mEscape
protected final void mEscape(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mHex
protected final void mHex(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mCOMMENTS
public final void mCOMMENTS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-
mML_COMMENT
public final void mML_COMMENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamException
-