Package org.eclipse.epsilon.hutn.parse
Class HutnLexer
- java.lang.Object
-
- org.antlr.runtime.BaseRecognizer
-
- org.antlr.runtime.Lexer
-
- org.eclipse.epsilon.hutn.parse.HutnLexer
-
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
public class HutnLexer extends org.antlr.runtime.Lexer
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADJECTIVE
static int
ADJECTIVE_PREFIX
static int
ASSIGNMENT
static int
ASSOC_INSTANCE
static int
CLS_LVL_ATTRIBUTE
static int
COMMA
protected org.eclipse.epsilon.hutn.parse.HutnLexer.DFA15
dfa15
static int
DIGIT
static int
EOF
static int
ESC
static int
FALSE
static int
ID_LETTER
static int
ID_START_LETTER
static int
LBRACKET
static int
ML_COMMENT
static int
NAME
static int
NULL
static int
NUMERIC_VALUE
static int
RBRACKET
static int
REFERENCE
static int
SL_COMMENT
static int
T__27
static int
T__28
static int
TEXT_LETTER
static int
TEXTUAL_VALUE
static int
TRUE
static int
WS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGrammarFileName()
void
mADJECTIVE_PREFIX()
void
mASSIGNMENT()
void
mCOMMA()
void
mDIGIT()
void
mESC()
void
mFALSE()
void
mID_LETTER()
void
mID_START_LETTER()
void
mLBRACKET()
void
mML_COMMENT()
void
mNAME()
void
mNULL()
void
mNUMERIC_VALUE()
void
mRBRACKET()
void
mSL_COMMENT()
void
mT__27()
void
mT__28()
void
mTEXT_LETTER()
void
mTEXTUAL_VALUE()
void
mTokens()
void
mTRUE()
void
mWS()
-
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
-
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
-
-
-
-
Field Detail
-
CLS_LVL_ATTRIBUTE
public static final int CLS_LVL_ATTRIBUTE
- See Also:
- Constant Field Values
-
TEXTUAL_VALUE
public static final int TEXTUAL_VALUE
- See Also:
- Constant Field Values
-
ASSOC_INSTANCE
public static final int ASSOC_INSTANCE
- See Also:
- Constant Field Values
-
ESC
public static final int ESC
- See Also:
- Constant Field Values
-
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
-
ASSIGNMENT
public static final int ASSIGNMENT
- See Also:
- Constant Field Values
-
ADJECTIVE
public static final int ADJECTIVE
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
ID_START_LETTER
public static final int ID_START_LETTER
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
-
NUMERIC_VALUE
public static final int NUMERIC_VALUE
- See Also:
- Constant Field Values
-
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
-
TEXT_LETTER
public static final int TEXT_LETTER
- See Also:
- Constant Field Values
-
ID_LETTER
public static final int ID_LETTER
- See Also:
- Constant Field Values
-
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
T__27
public static final int T__27
- See Also:
- Constant Field Values
-
T__28
public static final int T__28
- See Also:
- Constant Field Values
-
ADJECTIVE_PREFIX
public static final int ADJECTIVE_PREFIX
- See Also:
- Constant Field Values
-
ML_COMMENT
public static final int ML_COMMENT
- See Also:
- Constant Field Values
-
SL_COMMENT
public static final int SL_COMMENT
- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
dfa15
protected org.eclipse.epsilon.hutn.parse.HutnLexer.DFA15 dfa15
-
-
Method Detail
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileName
in classorg.antlr.runtime.BaseRecognizer
-
mTRUE
public final void mTRUE() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mFALSE
public final void mFALSE() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mNULL
public final void mNULL() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mT__27
public final void mT__27() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mT__28
public final void mT__28() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mCOMMA
public final void mCOMMA() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mLBRACKET
public final void mLBRACKET() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mRBRACKET
public final void mRBRACKET() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mASSIGNMENT
public final void mASSIGNMENT() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mNAME
public final void mNAME() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mTEXTUAL_VALUE
public final void mTEXTUAL_VALUE() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mNUMERIC_VALUE
public final void mNUMERIC_VALUE() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mADJECTIVE_PREFIX
public final void mADJECTIVE_PREFIX() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mWS
public final void mWS() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mML_COMMENT
public final void mML_COMMENT() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mSL_COMMENT
public final void mSL_COMMENT() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mID_START_LETTER
public final void mID_START_LETTER() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mID_LETTER
public final void mID_LETTER() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mESC
public final void mESC() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mTEXT_LETTER
public final void mTEXT_LETTER() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mDIGIT
public final void mDIGIT() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mTokens
public void mTokens() throws org.antlr.runtime.RecognitionException
- Specified by:
mTokens
in classorg.antlr.runtime.Lexer
- Throws:
org.antlr.runtime.RecognitionException
-
-