Class HutnSpecLexer
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Lexer
org.eclipse.epsilon.hutn.parse.spec.HutnSpecLexer
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
public class HutnSpecLexer
extends org.antlr.runtime.Lexer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
protected org.eclipse.epsilon.hutn.parse.spec.HutnSpecLexer.DFA8
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class org.antlr.runtime.Lexer
input
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
-
Constructor Summary
ConstructorDescriptionHutnSpecLexer
(org.antlr.runtime.CharStream input) HutnSpecLexer
(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state) -
Method Summary
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 Details
-
ID_START_LETTER
public static final int ID_START_LETTER- See Also:
-
TEXTUAL_VALUE
public static final int TEXTUAL_VALUE- See Also:
-
LBRACKET
public static final int LBRACKET- See Also:
-
RBRACKET
public static final int RBRACKET- See Also:
-
TEXT_LETTER
public static final int TEXT_LETTER- See Also:
-
ID_LETTER
public static final int ID_LETTER- See Also:
-
NAME
public static final int NAME- See Also:
-
ESC
public static final int ESC- See Also:
-
ML_COMMENT
public static final int ML_COMMENT- See Also:
-
ASSIGNMENT
public static final int ASSIGNMENT- See Also:
-
SL_COMMENT
public static final int SL_COMMENT- See Also:
-
WS
public static final int WS- See Also:
-
EOF
public static final int EOF- See Also:
-
SPEC
public static final int SPEC- See Also:
-
dfa8
protected org.eclipse.epsilon.hutn.parse.spec.HutnSpecLexer.DFA8 dfa8
-
-
Constructor Details
-
HutnSpecLexer
public HutnSpecLexer() -
HutnSpecLexer
public HutnSpecLexer(org.antlr.runtime.CharStream input)
-
-
Method Details
-
getGrammarFileName
- Overrides:
getGrammarFileName
in classorg.antlr.runtime.BaseRecognizer
-
mSPEC
public final void mSPEC() 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
-
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
-
mTokens
public void mTokens() throws org.antlr.runtime.RecognitionException- Specified by:
mTokens
in classorg.antlr.runtime.Lexer
- Throws:
org.antlr.runtime.RecognitionException
-