org.epics.pvmanager.formula
Class FormulaLexer

java.lang.Object
  extended by Lexer
      extended by org.epics.pvmanager.formula.FormulaLexer

public class FormulaLexer
extends Lexer


Field Summary
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 Summary
FormulaLexer()
           
FormulaLexer(CharStream input)
           
FormulaLexer(CharStream input, RecognizerSharedState state)
           
 
Method Summary
 Lexer[] getDelegates()
           
 java.lang.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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FormulaLexer

public FormulaLexer()

FormulaLexer

public FormulaLexer(CharStream input)

FormulaLexer

public FormulaLexer(CharStream input,
                    RecognizerSharedState state)
Method Detail

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