public class QueryLexer extends LexerInheritance
java.lang.Object > org.antlr.runtime.BaseRecognizer > org.antlr.runtime.Lexer > QueryLexerStatic Fields
AND
public static final int AND| Field Value | |
|---|---|
| Type | Description | 
| int | |
ARGS
public static final int ARGS| Field Value | |
|---|---|
| Type | Description | 
| int | |
BACKSLASH
public static final int BACKSLASH| Field Value | |
|---|---|
| Type | Description | 
| int | |
COMMA
public static final int COMMA| Field Value | |
|---|---|
| Type | Description | 
| int | |
CONJUNCTION
public static final int CONJUNCTION| Field Value | |
|---|---|
| Type | Description | 
| int | |
DIGIT
public static final int DIGIT| Field Value | |
|---|---|
| Type | Description | 
| int | |
DISJUNCTION
public static final int DISJUNCTION| Field Value | |
|---|---|
| Type | Description | 
| int | |
EMPTY
public static final int EMPTY| 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
public static final int ESC| Field Value | |
|---|---|
| Type | Description | 
| int | |
ESCAPED_CHAR
public static final int ESCAPED_CHAR| Field Value | |
|---|---|
| Type | Description | 
| int | |
EXCLAMATION
public static final int EXCLAMATION| Field Value | |
|---|---|
| Type | Description | 
| int | |
FIX
public static final int FIX| Field Value | |
|---|---|
| Type | Description | 
| int | |
FUNCTION
public static final int FUNCTION| Field Value | |
|---|---|
| Type | Description | 
| int | |
FUZZY
public static final int FUZZY| Field Value | |
|---|---|
| Type | Description | 
| int | |
GE
public static final int GE| Field Value | |
|---|---|
| Type | Description | 
| int | |
GLOBAL
public static final int GLOBAL| Field Value | |
|---|---|
| Type | Description | 
| int | |
GT
public static final int GT| Field Value | |
|---|---|
| Type | Description | 
| int | |
HAS
public static final int HAS| Field Value | |
|---|---|
| Type | Description | 
| int | |
HEX_DIGIT
public static final int HEX_DIGIT| Field Value | |
|---|---|
| Type | Description | 
| int | |
LE
public static final int LE| Field Value | |
|---|---|
| Type | Description | 
| int | |
LESSTHAN
public static final int LESSTHAN| Field Value | |
|---|---|
| Type | Description | 
| int | |
LITERAL
public static final int LITERAL| Field Value | |
|---|---|
| Type | Description | 
| int | |
LPAREN
public static final int LPAREN| Field Value | |
|---|---|
| Type | Description | 
| int | |
MID_CHAR
public static final int MID_CHAR| Field Value | |
|---|---|
| Type | Description | 
| int | |
MINUS
public static final int MINUS| Field Value | |
|---|---|
| Type | Description | 
| int | |
NE
public static final int NE| Field Value | |
|---|---|
| Type | Description | 
| int | |
NEGATION
public static final int NEGATION| Field Value | |
|---|---|
| Type | Description | 
| int | |
NOT
public static final int NOT| Field Value | |
|---|---|
| Type | Description | 
| int | |
NUMBER_PREFIX
public static final int NUMBER_PREFIX| 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 | |
QUOTE
public static final int QUOTE| Field Value | |
|---|---|
| Type | Description | 
| int | |
REWRITE
public static final int REWRITE| Field Value | |
|---|---|
| Type | Description | 
| int | |
RPAREN
public static final int RPAREN| Field Value | |
|---|---|
| Type | Description | 
| int | |
SEQUENCE
public static final int SEQUENCE| Field Value | |
|---|---|
| Type | Description | 
| int | |
START_CHAR
public static final int START_CHAR| Field Value | |
|---|---|
| Type | Description | 
| int | |
STRING
public static final int STRING| Field Value | |
|---|---|
| Type | Description | 
| int | |
TEXT
public static final int TEXT| Field Value | |
|---|---|
| Type | Description | 
| int | |
TEXT_ESC
public static final int TEXT_ESC| Field Value | |
|---|---|
| Type | Description | 
| int | |
UNICODE_ESC
public static final int UNICODE_ESC| Field Value | |
|---|---|
| Type | Description | 
| int | |
VALUE
public static final int VALUE| Field Value | |
|---|---|
| Type | Description | 
| int | |
WS
public static final int WS| Field Value | |
|---|---|
| Type | Description | 
| int | |
Constructors
QueryLexer()
public QueryLexer()QueryLexer(CharStream input)
public QueryLexer(CharStream input)| Parameter | |
|---|---|
| Name | Description | 
| input | org.antlr.runtime.CharStream | 
QueryLexer(CharStream input, RecognizerSharedState state)
public QueryLexer(CharStream input, RecognizerSharedState state)| Parameters | |
|---|---|
| Name | Description | 
| input | org.antlr.runtime.CharStream | 
| state | org.antlr.runtime.RecognizerSharedState | 
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()
  
  mAND()
public final void mAND()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mBACKSLASH()
public final void mBACKSLASH()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mCOMMA()
public final void mCOMMA()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mDIGIT()
public final void mDIGIT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mEQ()
public final void mEQ()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mESC()
public final void mESC()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mESCAPED_CHAR()
public final void mESCAPED_CHAR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mEXCLAMATION()
public final void mEXCLAMATION()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mFIX()
public final void mFIX()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mGE()
public final void mGE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mGT()
public final void mGT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mHAS()
public final void mHAS()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mHEX_DIGIT()
public final void mHEX_DIGIT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLE()
public final void mLE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLESSTHAN()
public final void mLESSTHAN()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mLPAREN()
public final void mLPAREN()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mMID_CHAR()
public final void mMID_CHAR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mMINUS()
public final void mMINUS()| 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_PREFIX()
public final void mNUMBER_PREFIX()| 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 | |
mQUOTE()
public final void mQUOTE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mREWRITE()
public final void mREWRITE()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mRPAREN()
public final void mRPAREN()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mSTART_CHAR()
public final void mSTART_CHAR()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mTEXT()
public final void mTEXT()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mTEXT_ESC()
public final void mTEXT_ESC()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mTokens()
public void mTokens()org.antlr.runtime.Lexer.mTokens()
  | Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mUNICODE_ESC()
public final void mUNICODE_ESC()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |
mWS()
public final void mWS()| Exceptions | |
|---|---|
| Type | Description | 
| org.antlr.runtime.RecognitionException | |