public class FormulaLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
protected org.epics.pvmanager.formula.FormulaLexer.DFA12 |
dfa12 |
protected org.epics.pvmanager.formula.FormulaLexer.DFA19 |
dfa19 |
protected org.epics.pvmanager.formula.FormulaLexer.DFA2 |
dfa2 |
static int |
EOF |
static int |
ESC_SEQ |
static int |
EXPONENT |
static int |
FLOAT |
static int |
HEX_DIGIT |
static int |
ID |
static int |
INT |
static int |
OCTAL_ESC |
static int |
QUOTED_ID |
static int |
STRING |
static int |
T__15 |
static int |
T__16 |
static int |
T__17 |
static int |
T__18 |
static int |
T__19 |
static int |
T__20 |
static int |
T__21 |
static int |
UNICODE_ESC |
static int |
WS |
Constructor and Description |
---|
FormulaLexer() |
FormulaLexer(org.antlr.runtime.CharStream input) |
FormulaLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mESC_SEQ() |
void |
mEXPONENT() |
void |
mFLOAT() |
void |
mHEX_DIGIT() |
void |
mID() |
void |
mINT() |
void |
mOCTAL_ESC() |
void |
mQUOTED_ID() |
void |
mSTRING() |
void |
mT__15() |
void |
mT__16() |
void |
mT__17() |
void |
mT__18() |
void |
mT__19() |
void |
mT__20() |
void |
mT__21() |
void |
mTokens() |
void |
mUNICODE_ESC() |
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, 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
public static final int EOF
public static final int T__15
public static final int T__16
public static final int T__17
public static final int T__18
public static final int T__19
public static final int T__20
public static final int T__21
public static final int ESC_SEQ
public static final int EXPONENT
public static final int FLOAT
public static final int HEX_DIGIT
public static final int ID
public static final int INT
public static final int OCTAL_ESC
public static final int QUOTED_ID
public static final int STRING
public static final int UNICODE_ESC
public static final int WS
protected org.epics.pvmanager.formula.FormulaLexer.DFA2 dfa2
protected org.epics.pvmanager.formula.FormulaLexer.DFA12 dfa12
protected org.epics.pvmanager.formula.FormulaLexer.DFA19 dfa19
public FormulaLexer()
public FormulaLexer(org.antlr.runtime.CharStream input)
public FormulaLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mT__15() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__16() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__17() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__18() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__19() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__20() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__21() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mID() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mINT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mFLOAT() 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 mSTRING() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mQUOTED_ID() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEXPONENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mHEX_DIGIT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mESC_SEQ() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mOCTAL_ESC() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mUNICODE_ESC() 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 © 2012. All Rights Reserved.