Package eu.bandm.tools.d2d2.parser
Class D2dLexer
java.lang.Object
antlr.CharScanner
eu.bandm.tools.d2d2.parser.D2dLexer
- All Implemented Interfaces:
antlr.TokenStream
,D2dParserTokenTypes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final antlr.collections.impl.BitSet
static final antlr.collections.impl.BitSet
static final antlr.collections.impl.BitSet
static final antlr.collections.impl.BitSet
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
Fields inherited from interface eu.bandm.tools.d2d2.parser.D2dParserTokenTypes
AMPERSAND, AT, CARET, CHARSET, CHARSET_MINUS, CHARSET_RANGE, CHARSTRING, CLOSE, COMMA, DIV, DOT, EOF, EQUALS, EXKLAM, GT, H_CHARS, H_DISTRIBUTED, H_EMPTY, H_GENERIC, H_IMPLICIT, H_NONE, H_ORDERED, HEXNUMBER, IDENT, LITERAL_A, LITERAL_as, LITERAL_att, LITERAL_attribute, LITERAL_begin, LITERAL_by, LITERAL_chars, LITERAL_data, LITERAL_default, LITERAL_defaults, LITERAL_docu, LITERAL_edit, LITERAL_el, LITERAL_element, LITERAL_elements, LITERAL_empty, LITERAL_end, LITERAL_enum, LITERAL_first, LITERAL_from, LITERAL_import, LITERAL_in, LITERAL_input, LITERAL_is, LITERAL_join, LITERAL_local, LITERAL_mangling, LITERAL_module, LITERAL_name, LITERAL_naming, LITERAL_no, LITERAL_node, LITERAL_none, LITERAL_numeric, LITERAL_plain, LITERAL_postproc, LITERAL_public, LITERAL_tags, LITERAL_text, LITERAL_trimmed, LITERAL_U, LITERAL_untrimmed, LITERAL_upcased, LITERAL_verbatim, LITERAL_with, LITERAL_xmlns, LITERAL_xmlrep, ML_COMMENT, ML_D2D, NEWLINE, NULL_TREE_LOOKAHEAD, OPEN, PLUS, QUEST, SL_COMMENT, SMALLPOSITIVE, SQCLOSE, SQOPEN, STAR, TILDE, TPLUS, TSTAR, VBAR, WS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
mAMPERSAND
(boolean _createToken) final void
mAT
(boolean _createToken) final void
mCARET
(boolean _createToken) final void
mCHARSET
(boolean _createToken) final void
mCHARSET_MINUS
(boolean _createToken) final void
mCHARSET_RANGE
(boolean _createToken) final void
mCHARSTRING
(boolean _createToken) final void
mCLOSE
(boolean _createToken) final void
mCOMMA
(boolean _createToken) final void
mDIV
(boolean _createToken) final void
mDOT
(boolean _createToken) final void
mEQUALS
(boolean _createToken) final void
mEXKLAM
(boolean _createToken) final void
mGT
(boolean _createToken) final void
mH_CHARS
(boolean _createToken) final void
mH_DISTRIBUTED
(boolean _createToken) final void
mH_EMPTY
(boolean _createToken) final void
mH_GENERIC
(boolean _createToken) final void
mH_IMPLICIT
(boolean _createToken) final void
mH_NONE
(boolean _createToken) final void
mH_ORDERED
(boolean _createToken) final void
mHEXNUMBER
(boolean _createToken) final void
mIDENT
(boolean _createToken) final void
mML_COMMENT
(boolean _createToken) final void
mML_D2D
(boolean _createToken) protected final void
mNEWLINE
(boolean _createToken) final void
mOPEN
(boolean _createToken) final void
mPLUS
(boolean _createToken) final void
mQUEST
(boolean _createToken) final void
mSL_COMMENT
(boolean _createToken) final void
mSMALLPOSITIVE
(boolean _createToken) final void
mSQCLOSE
(boolean _createToken) final void
mSQOPEN
(boolean _createToken) final void
mSTAR
(boolean _createToken) final void
mTILDE
(boolean _createToken) final void
mTPLUS
(boolean _createToken) final void
mTSTAR
(boolean _createToken) final void
mVBAR
(boolean _createToken) final void
mWS
(boolean _createToken) antlr.Token
Methods 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
-
-
Constructor Details
-
D2dLexer
-
D2dLexer
-
D2dLexer
public D2dLexer(antlr.InputBuffer ib)
-
-
Method Details
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException- Specified by:
nextToken
in interfaceantlr.TokenStream
- Throws:
antlr.TokenStreamException
-
mH_GENERIC
public final void mH_GENERIC(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mH_DISTRIBUTED
public final void mH_DISTRIBUTED(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mH_CHARS
public final void mH_CHARS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mH_ORDERED
public final void mH_ORDERED(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mH_IMPLICIT
public final void mH_IMPLICIT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mH_EMPTY
public final void mH_EMPTY(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mH_NONE
public final void mH_NONE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mOPEN
public final void mOPEN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCLOSE
public final void mCLOSE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mEQUALS
public final void mEQUALS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSTAR
public final void mSTAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mPLUS
public final void mPLUS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mTSTAR
public final void mTSTAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mTPLUS
public final void mTPLUS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mQUEST
public final void mQUEST(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mEXKLAM
public final void mEXKLAM(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSQOPEN
public final void mSQOPEN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSQCLOSE
public final void mSQCLOSE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mVBAR
public final void mVBAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCOMMA
public final void mCOMMA(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mDOT
public final void mDOT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mTILDE
public final void mTILDE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mAMPERSAND
public final void mAMPERSAND(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mAT
public final void mAT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCARET
public final void mCARET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mDIV
public final void mDIV(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mGT
public final void mGT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCHARSET_MINUS
public final void mCHARSET_MINUS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCHARSET_RANGE
public final void mCHARSET_RANGE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCHARSTRING
public final void mCHARSTRING(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mNEWLINE
protected final void mNEWLINE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mCHARSET
public final void mCHARSET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mIDENT
public final void mIDENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSMALLPOSITIVE
public final void mSMALLPOSITIVE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mHEXNUMBER
public final void mHEXNUMBER(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mML_D2D
public final void mML_D2D(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mWS
public final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSL_COMMENT
public final void mSL_COMMENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mML_COMMENT
public final void mML_COMMENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException - Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-