public class ExpressionLexer extends Lexer
Inheritance
java.lang.Object >
org.antlr.runtime.BaseRecognizer >
org.antlr.runtime.Lexer >
ExpressionLexer
Inherited Members
org.antlr.runtime.BaseRecognizer.alreadyParsedRule(org.antlr.runtime.IntStream,int)
org.antlr.runtime.BaseRecognizer.beginResync()
org.antlr.runtime.BaseRecognizer.combineFollows(boolean)
org.antlr.runtime.BaseRecognizer.computeContextSensitiveRuleFOLLOW()
org.antlr.runtime.BaseRecognizer.computeErrorRecoverySet()
org.antlr.runtime.BaseRecognizer.consumeUntil(org.antlr.runtime.IntStream,int)
org.antlr.runtime.BaseRecognizer.consumeUntil(org.antlr.runtime.IntStream,org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.displayRecognitionError(java.lang.String[],org.antlr.runtime.RecognitionException)
org.antlr.runtime.BaseRecognizer.emitErrorMessage(java.lang.String)
org.antlr.runtime.BaseRecognizer.endResync()
org.antlr.runtime.BaseRecognizer.failed()
org.antlr.runtime.BaseRecognizer.getBacktrackingLevel()
org.antlr.runtime.BaseRecognizer.getCurrentInputSymbol(org.antlr.runtime.IntStream)
org.antlr.runtime.BaseRecognizer.getErrorHeader(org.antlr.runtime.RecognitionException)
org.antlr.runtime.BaseRecognizer.getGrammarFileName()
org.antlr.runtime.BaseRecognizer.getMissingSymbol(org.antlr.runtime.IntStream,org.antlr.runtime.RecognitionException,int,org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.getNumberOfSyntaxErrors()
org.antlr.runtime.BaseRecognizer.getRuleInvocationStack()
org.antlr.runtime.BaseRecognizer.getRuleInvocationStack(java.lang.Throwable,java.lang.String)
org.antlr.runtime.BaseRecognizer.getRuleMemoization(int,int)
org.antlr.runtime.BaseRecognizer.getRuleMemoizationCacheSize()
org.antlr.runtime.BaseRecognizer.getTokenErrorDisplay(org.antlr.runtime.Token)
org.antlr.runtime.BaseRecognizer.getTokenNames()
org.antlr.runtime.BaseRecognizer.match(org.antlr.runtime.IntStream,int,org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.matchAny(org.antlr.runtime.IntStream)
org.antlr.runtime.BaseRecognizer.memoize(org.antlr.runtime.IntStream,int,int)
org.antlr.runtime.BaseRecognizer.mismatchIsMissingToken(org.antlr.runtime.IntStream,org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.mismatchIsUnwantedToken(org.antlr.runtime.IntStream,int)
org.antlr.runtime.BaseRecognizer.pushFollow(org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.recover(org.antlr.runtime.IntStream,org.antlr.runtime.RecognitionException)
org.antlr.runtime.BaseRecognizer.recoverFromMismatchedSet(org.antlr.runtime.IntStream,org.antlr.runtime.RecognitionException,org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.recoverFromMismatchedToken(org.antlr.runtime.IntStream,int,org.antlr.runtime.BitSet)
org.antlr.runtime.BaseRecognizer.setBacktrackingLevel(int)
org.antlr.runtime.BaseRecognizer.toStrings(java.util.List<? extends org.antlr.runtime.Token>)
org.antlr.runtime.BaseRecognizer.traceIn(java.lang.String,int,java.lang.Object)
org.antlr.runtime.BaseRecognizer.traceOut(java.lang.String,int,java.lang.Object)
org.antlr.runtime.Lexer.emit()
org.antlr.runtime.Lexer.emit(org.antlr.runtime.Token)
org.antlr.runtime.Lexer.getCharErrorDisplay(int)
org.antlr.runtime.Lexer.getCharIndex()
org.antlr.runtime.Lexer.getCharPositionInLine()
org.antlr.runtime.Lexer.getCharStream()
org.antlr.runtime.Lexer.getEOFToken()
org.antlr.runtime.Lexer.getErrorMessage(org.antlr.runtime.RecognitionException,java.lang.String[])
org.antlr.runtime.Lexer.getLine()
org.antlr.runtime.Lexer.getSourceName()
org.antlr.runtime.Lexer.getText()
org.antlr.runtime.Lexer.mTokens()
org.antlr.runtime.Lexer.match(int)
org.antlr.runtime.Lexer.match(java.lang.String)
org.antlr.runtime.Lexer.matchAny()
org.antlr.runtime.Lexer.matchRange(int,int)
org.antlr.runtime.Lexer.nextToken()
org.antlr.runtime.Lexer.recover(org.antlr.runtime.RecognitionException)
org.antlr.runtime.Lexer.reportError(org.antlr.runtime.RecognitionException)
org.antlr.runtime.Lexer.reset()
org.antlr.runtime.Lexer.setCharStream(org.antlr.runtime.CharStream)
org.antlr.runtime.Lexer.setText(java.lang.String)
org.antlr.runtime.Lexer.skip()
org.antlr.runtime.Lexer.traceIn(java.lang.String,int)
org.antlr.runtime.Lexer.traceOut(java.lang.String,int)
Static 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()
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
dfa9
protected ExpressionLexer.DFA9 dfa9
Methods
getDelegates()
public Lexer[] getDelegates()
Returns |
Type |
Description |
org.antlr.runtime.Lexer[] |
|
getGrammarFileName()
public String getGrammarFileName()
Returns |
Type |
Description |
String |
|
Overrides
org.antlr.runtime.BaseRecognizer.getGrammarFileName()
mABS()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
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()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mDOLLAR()
public final void mDOLLAR()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mDOT()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
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()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mGEO()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mGEOPOINT()
public final void mGEOPOINT()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
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()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mLE()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
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()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mMAX()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
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()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
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()
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()
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()
Overrides
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()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|
mXOR()
Exceptions |
Type |
Description |
org.antlr.runtime.RecognitionException |
|