public class HutnSpecLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static int |
ASSIGNMENT |
protected org.eclipse.epsilon.hutn.parse.spec.HutnSpecLexer.DFA8 |
dfa8 |
static int |
EOF |
static int |
ESC |
static int |
ID_LETTER |
static int |
ID_START_LETTER |
static int |
LBRACKET |
static int |
ML_COMMENT |
static int |
NAME |
static int |
RBRACKET |
static int |
SL_COMMENT |
static int |
SPEC |
static int |
TEXT_LETTER |
static int |
TEXTUAL_VALUE |
static int |
WS |
Constructor and Description |
---|
HutnSpecLexer() |
HutnSpecLexer(org.antlr.runtime.CharStream input) |
HutnSpecLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
String |
getGrammarFileName() |
void |
mASSIGNMENT() |
void |
mESC() |
void |
mID_LETTER() |
void |
mID_START_LETTER() |
void |
mLBRACKET() |
void |
mML_COMMENT() |
void |
mNAME() |
void |
mRBRACKET() |
void |
mSL_COMMENT() |
void |
mSPEC() |
void |
mTEXT_LETTER() |
void |
mTEXTUAL_VALUE() |
void |
mTokens() |
void |
mWS() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatch, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, toStrings, traceIn, traceOut
public static final int LBRACKET
public static final int ML_COMMENT
public static final int NAME
public static final int ID_START_LETTER
public static final int WS
public static final int ID_LETTER
public static final int TEXTUAL_VALUE
public static final int ESC
public static final int SL_COMMENT
public static final int SPEC
public static final int ASSIGNMENT
public static final int RBRACKET
public static final int EOF
public static final int TEXT_LETTER
protected org.eclipse.epsilon.hutn.parse.spec.HutnSpecLexer.DFA8 dfa8
public HutnSpecLexer()
public HutnSpecLexer(org.antlr.runtime.CharStream input)
public HutnSpecLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mSPEC() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLBRACKET() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mRBRACKET() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mASSIGNMENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mNAME() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mTEXTUAL_VALUE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mWS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mML_COMMENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSL_COMMENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mID_START_LETTER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mID_LETTER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mESC() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mTEXT_LETTER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public void mTokens() throws org.antlr.runtime.RecognitionException
mTokens
in class org.antlr.runtime.Lexer
org.antlr.runtime.RecognitionException
Copyright © 2016. All rights reserved.