org.epics.pvmanager.formula
Class FormulaLexer
java.lang.Object
Lexer
org.epics.pvmanager.formula.FormulaLexer
public class FormulaLexer
- extends Lexer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOF
public static final int EOF
- See Also:
- Constant Field Values
T__15
public static final int T__15
- See Also:
- Constant Field Values
T__16
public static final int T__16
- See Also:
- Constant Field Values
T__17
public static final int T__17
- See Also:
- Constant Field Values
T__18
public static final int T__18
- See Also:
- Constant Field Values
T__19
public static final int T__19
- See Also:
- Constant Field Values
T__20
public static final int T__20
- See Also:
- Constant Field Values
T__21
public static final int T__21
- See Also:
- Constant Field Values
ESC_SEQ
public static final int ESC_SEQ
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
HEX_DIGIT
public static final int HEX_DIGIT
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
OCTAL_ESC
public static final int OCTAL_ESC
- See Also:
- Constant Field Values
QUOTED_ID
public static final int QUOTED_ID
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
UNICODE_ESC
public static final int UNICODE_ESC
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
dfa2
protected org.epics.pvmanager.formula.FormulaLexer.DFA2 dfa2
dfa12
protected org.epics.pvmanager.formula.FormulaLexer.DFA12 dfa12
dfa19
protected org.epics.pvmanager.formula.FormulaLexer.DFA19 dfa19
FormulaLexer
public FormulaLexer()
FormulaLexer
public FormulaLexer(CharStream input)
FormulaLexer
public FormulaLexer(CharStream input,
RecognizerSharedState state)
getDelegates
public Lexer[] getDelegates()
getGrammarFileName
public java.lang.String getGrammarFileName()
mT__15
public final void mT__15()
throws RecognitionException
- Throws:
RecognitionException
mT__16
public final void mT__16()
throws RecognitionException
- Throws:
RecognitionException
mT__17
public final void mT__17()
throws RecognitionException
- Throws:
RecognitionException
mT__18
public final void mT__18()
throws RecognitionException
- Throws:
RecognitionException
mT__19
public final void mT__19()
throws RecognitionException
- Throws:
RecognitionException
mT__20
public final void mT__20()
throws RecognitionException
- Throws:
RecognitionException
mT__21
public final void mT__21()
throws RecognitionException
- Throws:
RecognitionException
mID
public final void mID()
throws RecognitionException
- Throws:
RecognitionException
mINT
public final void mINT()
throws RecognitionException
- Throws:
RecognitionException
mFLOAT
public final void mFLOAT()
throws RecognitionException
- Throws:
RecognitionException
mWS
public final void mWS()
throws RecognitionException
- Throws:
RecognitionException
mSTRING
public final void mSTRING()
throws RecognitionException
- Throws:
RecognitionException
mQUOTED_ID
public final void mQUOTED_ID()
throws RecognitionException
- Throws:
RecognitionException
mEXPONENT
public final void mEXPONENT()
throws RecognitionException
- Throws:
RecognitionException
mHEX_DIGIT
public final void mHEX_DIGIT()
throws RecognitionException
- Throws:
RecognitionException
mESC_SEQ
public final void mESC_SEQ()
throws RecognitionException
- Throws:
RecognitionException
mOCTAL_ESC
public final void mOCTAL_ESC()
throws RecognitionException
- Throws:
RecognitionException
mUNICODE_ESC
public final void mUNICODE_ESC()
throws RecognitionException
- Throws:
RecognitionException
mTokens
public void mTokens()
throws RecognitionException
- Throws:
RecognitionException