public class ExpressionLexer extends LexerInheritance
java.lang.Object > org.antlr.runtime.BaseRecognizer > org.antlr.runtime.Lexer > ExpressionLexerStatic Fields
ABS
public static final int ABS| Field Value | |
|---|---|
| Type | Description | 
| int | |
AND
public static final int AND| Field Value | |
|---|---|
| Type | Description | 
| int | |
ASCII_LETTER
public static final int ASCII_LETTER| Field Value | |
|---|---|
| Type | Description | 
| int | |
ATOM
public static final int ATOM| Field Value | |
|---|---|
| Type | Description | 
| int | |
COMMA
public static final int COMMA| Field Value | |
|---|---|
| Type | Description | 
| int | |
COND
public static final int COND| Field Value | |
|---|---|
| Type | Description | 
| int | |
COUNT
public static final int COUNT| Field Value | |
|---|---|
| Type | Description | 
| int | |
DATE
public static final int DATE| Field Value | |
|---|---|
| Type | Description | 
| int | |
DIGIT
public static final int DIGIT| Field Value | |
|---|---|
| Type | Description | 
| int | |
DISTANCE
public static final int DISTANCE| Field Value | |
|---|---|
| Type | Description | 
| int | |
DIV
public static final int DIV| Field Value | |
|---|---|
| Type | Description | 
| int | |
DOLLAR
public static final int DOLLAR| Field Value | |
|---|---|
| Type | Description | 
| int | |
DOT
public static final int DOT| Field Value | |
|---|---|
| Type | Description | 
| int | |
EOF
public static final int EOF| Field Value | |
|---|---|
| Type | Description | 
| int | |
EQ
public static final int EQ| Field Value | |
|---|---|
| Type | Description | 
| int | |
ESC_SEQ
public static final int ESC_SEQ| Field Value | |
|---|---|
| Type | Description | 
| int | |
EXPONENT
public static final int EXPONENT| Field Value | |
|---|---|
| Type | Description | 
| int | |
FLOAT
public static final int FLOAT| Field Value | |
|---|---|
| Type | Description | 
| int | |
GE
public static final int GE| Field Value | |
|---|---|
| Type | Description | 
| int | |
GEO
public static final int GEO| Field Value | |
|---|---|
| Type | Description | 
| int | |
GEOPOINT
public static final int GEOPOINT| Field Value | |
|---|---|
| Type | Description | 
| int | |
GT
public static final int GT| Field Value | |
|---|---|
| Type | Description | 
| int | |
HEX_DIGIT
public static final int HEX_DIGIT| Field Value | |
|---|---|
| Type | Description | 
| int | |
HTML
public static final int HTML| Field Value | |
|---|---|
| Type | Description | 
| int | |
INDEX
public static final int INDEX| Field Value | |
|---|---|
| Type | Description | 
| int | |
INT
public static final int INT| Field Value | |
|---|---|
| Type | Description | 
| int | |
LE
public static final int LE| Field Value | |
|---|---|
| Type | Description | 
| int | |
LOG
public static final int LOG| Field Value | |
|---|---|
| Type | Description | 
| int | |
LPAREN
public static final int LPAREN| Field Value | |
|---|---|
| Type | Description | 
| int | |
LSQUARE
public static final int LSQUARE| Field Value | |
|---|---|
| Type | Description | 
| int | |
LT
public static final int LT| Field Value | |
|---|---|
| Type | Description | 
| int | |
MAX
public static final int MAX| Field Value | |
|---|---|
| Type | Description | 
| int | |
MIN
public static final int MIN| Field Value | |
|---|---|
| Type | Description | 
| int | |
MINUS
public static final int MINUS| Field Value | |
|---|---|
| Type | Description | 
| int | |
NAME
public static final int NAME| Field Value | |
|---|---|
| Type | Description | 
| int | |
NAME_START
public static final int NAME_START| Field Value | |
|---|---|
| Type | Description | 
| int | |
NE
public static final int NE| Field Value | |
|---|---|
| Type | Description | 
| int | |
NEG
public static final int NEG| Field Value | |
|---|---|
| Type | Description | 
| int | |
NOT
public static final int NOT| Field Value | |
|---|---|
| Type | Description | 
| int | |
NUMBER
public static final int NUMBER| Field Value | |
|---|---|
| Type | Description | 
| int | |
OCTAL_ESC
public static final int OCTAL_ESC| Field Value | |
|---|---|
| Type | Description | 
| int | |
OR
public static final int OR| Field Value | |
|---|---|
| Type | Description | 
| int | |
PHRASE
public static final int PHRASE| Field Value | |
|---|---|
| Type | Description | 
| int | |
PLUS
public static final int PLUS| Field Value | |
|---|---|
| Type | Description | 
| int | |
POW
public static final int POW| Field Value | |
|---|---|
| Type | Description | 
| int | |
QUOTE
public static final int QUOTE| Field Value | |
|---|---|
| Type | Description | 
| int | |
RPAREN
public static final int RPAREN| Field Value | |
|---|---|
| Type | Description | 
| int | |
RSQUARE
public static final int RSQUARE| Field Value | |
|---|---|
| Type | Description | 
| int | |
SNIPPET
public static final int SNIPPET| Field Value | |
|---|---|
| Type | Description | 
| int | |
SWITCH
public static final int SWITCH| Field Value | |
|---|---|
| Type | Description | 
| int | |
TEXT
public static final int TEXT| Field Value | |
|---|---|
| Type | Description | 
| int | |
TIMES
public static final int TIMES| Field Value | |
|---|---|
| Type | Description | 
| int | |
T__60
public static final int T__60| Field Value | |
|---|---|
| Type | Description | 
| int | |
UNDERSCORE
public static final int UNDERSCORE| Field Value | |
|---|---|
| Type | Description | 
| int | |
UNICODE_ESC
public static final int UNICODE_ESC| Field Value | |
|---|---|
| Type | Description | 
| int | |
VECTOR
public static final int VECTOR| Field Value | |
|---|---|
| Type | Description | 
| int | |
WS
public static final int WS| Field Value | |
|---|---|
| Type | Description | 
| int | |
XOR
public static final int XOR| Field Value | |
|---|---|
| Type | Description | 
| int | |
Constructors
ExpressionLexer()
public ExpressionLexer()ExpressionLexer(CharStream input)
public ExpressionLexer(CharStream input)| Parameter | |
|---|---|
| Name | Description | 
| input | org.antlr.runtime.CharStream | 
ExpressionLexer(CharStream input, RecognizerSharedState state)
public ExpressionLexer(CharStream input, RecognizerSharedState state)| Parameters | |
|---|---|
| Name | Description | 
| input | org.antlr.runtime.CharStream | 
| state | org.antlr.runtime.RecognizerSharedState | 
Fields
dfa16
protected ExpressionLexer.DFA16 dfa16| Field Value | |
|---|---|
| Type | Description | 
| ExpressionLexer.DFA16 | |
dfa9
protected ExpressionLexer.DFA9 dfa9| Field Value | |
|---|---|
| Type | Description | 
| ExpressionLexer.DFA9 | |
Methods
getDelegates()
public Lexer[] getDelegates()| Returns | |
|---|---|
| Type | Description | 
| org.antlr.runtime.Lexer[] | |
getGrammarFileName()
public String getGrammarFileName()| Returns | |
|---|---|
| Type | Description | 
| String | |
org.antlr.runtime.BaseRecognizer.getGrammarFileName()
  
  mABS()
public final void mABS()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mAND()
public final void mAND()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mASCII_LETTER()
public final void mASCII_LETTER()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mATOM()
public final void mATOM()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mCOMMA()
public final void mCOMMA()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mCOND()
public final void mCOND()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mCOUNT()
public final void mCOUNT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDATE()
public final void mDATE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDIGIT()
public final void mDIGIT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDISTANCE()
public final void mDISTANCE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDIV()
public final void mDIV()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDOLLAR()
public final void mDOLLAR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDOT()
public final void mDOT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mEQ()
public final void mEQ()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mESC_SEQ()
public final void mESC_SEQ()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mEXPONENT()
public final void mEXPONENT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mFLOAT()
public final void mFLOAT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mGE()
public final void mGE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mGEO()
public final void mGEO()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mGEOPOINT()
public final void mGEOPOINT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mGT()
public final void mGT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mHEX_DIGIT()
public final void mHEX_DIGIT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mHTML()
public final void mHTML()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mINT()
public final void mINT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLE()
public final void mLE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLOG()
public final void mLOG()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLPAREN()
public final void mLPAREN()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLSQUARE()
public final void mLSQUARE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLT()
public final void mLT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mMAX()
public final void mMAX()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mMIN()
public final void mMIN()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mMINUS()
public final void mMINUS()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mNAME()
public final void mNAME()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mNAME_START()
public final void mNAME_START()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mNE()
public final void mNE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mNOT()
public final void mNOT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mNUMBER()
public final void mNUMBER()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mOCTAL_ESC()
public final void mOCTAL_ESC()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mOR()
public final void mOR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mPHRASE()
public final void mPHRASE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mPLUS()
public final void mPLUS()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mPOW()
public final void mPOW()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mQUOTE()
public final void mQUOTE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mRPAREN()
public final void mRPAREN()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mRSQUARE()
public final void mRSQUARE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mSNIPPET()
public final void mSNIPPET()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mSWITCH()
public final void mSWITCH()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mTEXT()
public final void mTEXT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mTIMES()
public final void mTIMES()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mT__60()
public final void mT__60()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mTokens()
public void mTokens()org.antlr.runtime.Lexer.mTokens()
  | Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mUNDERSCORE()
public final void mUNDERSCORE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mUNICODE_ESC()
public final void mUNICODE_ESC()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mVECTOR()
public final void mVECTOR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mWS()
public final void mWS()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mXOR()
public final void mXOR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |