public class CqlLexer
extends org.antlr.runtime.Lexer
| Modifier and Type | Field and Description |
|---|---|
static int |
AMPER |
static int |
AMPER_AMPER |
static int |
AND |
static int |
BANG |
static int |
BSLASH |
static int |
COMMA |
static int |
CONTROLCHARS |
static int |
CR |
static int |
DIGIT |
static int |
EOF |
static int |
EQUALS |
static int |
ESC_SEQ |
static int |
ESCAPE |
static int |
EXPONENT |
static int |
GT |
static int |
HEX_DIGIT |
static int |
HEXDIGIT |
static int |
LBRACKET |
static int |
LPAREN |
static int |
LT |
static int |
MATCHWS |
static int |
MINUS |
static int |
NEWLINE |
static int |
NL |
static int |
OCTAL_ESC |
static int |
OR |
static int |
PIPE |
static int |
PIPE_PIPE |
static int |
QUOTE |
static int |
QUOTE_STRING |
static int |
RBRACKET |
static int |
RPAREN |
static int |
SPACE |
static int |
SQUOTE |
static int |
SQUOTE_STRING |
static int |
STRING |
static int |
STRINGSTOP |
static int |
UNARY_NULL_OPERATOR |
static int |
UNARY_OP_SEPARATOR |
static int |
UNICODE_ESC |
static int |
WS |
| Constructor and Description |
|---|
CqlLexer() |
CqlLexer(org.antlr.runtime.CharStream input) |
CqlLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mAMPER_AMPER() |
void |
mAMPER() |
void |
mAND() |
void |
mBANG() |
void |
mBSLASH() |
void |
mCOMMA() |
void |
mCONTROLCHARS() |
void |
mCR() |
void |
mDIGIT() |
void |
mEQUALS() |
void |
mESC_SEQ() |
void |
mESCAPE() |
void |
mEXPONENT() |
void |
mGT() |
void |
mHEX_DIGIT() |
void |
mHEXDIGIT() |
void |
mLBRACKET() |
void |
mLPAREN() |
void |
mLT() |
void |
mMATCHWS() |
void |
mMINUS() |
void |
mNEWLINE() |
void |
mNL() |
void |
mOCTAL_ESC() |
void |
mOR() |
void |
mPIPE_PIPE() |
void |
mPIPE() |
void |
mQUOTE_STRING() |
void |
mQUOTE() |
void |
mRBRACKET() |
void |
mRPAREN() |
void |
mSPACE() |
void |
mSQUOTE_STRING() |
void |
mSQUOTE() |
void |
mSTRING() |
void |
mSTRINGSTOP() |
void |
mTokens() |
void |
mUNARY_NULL_OPERATOR() |
void |
mUNARY_OP_SEPARATOR() |
void |
mUNICODE_ESC() |
void |
mWS() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOutalreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOutpublic static final int EOF
public static final int AMPER
public static final int AMPER_AMPER
public static final int AND
public static final int BANG
public static final int BSLASH
public static final int COMMA
public static final int CONTROLCHARS
public static final int CR
public static final int DIGIT
public static final int EQUALS
public static final int ESCAPE
public static final int ESC_SEQ
public static final int EXPONENT
public static final int GT
public static final int HEXDIGIT
public static final int HEX_DIGIT
public static final int LBRACKET
public static final int LPAREN
public static final int LT
public static final int MATCHWS
public static final int MINUS
public static final int NEWLINE
public static final int NL
public static final int OCTAL_ESC
public static final int OR
public static final int PIPE
public static final int PIPE_PIPE
public static final int QUOTE
public static final int QUOTE_STRING
public static final int RBRACKET
public static final int RPAREN
public static final int SPACE
public static final int SQUOTE
public static final int SQUOTE_STRING
public static final int STRING
public static final int STRINGSTOP
public static final int UNARY_NULL_OPERATOR
public static final int UNARY_OP_SEPARATOR
public static final int UNICODE_ESC
public static final int WS
public CqlLexer()
public CqlLexer(org.antlr.runtime.CharStream input)
public CqlLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName in class org.antlr.runtime.BaseRecognizerpublic final void mEQUALS()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mLT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mGT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mOR()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mAND()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mBANG()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mUNARY_OP_SEPARATOR()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mUNARY_NULL_OPERATOR()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSTRING()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mQUOTE_STRING()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSQUOTE_STRING()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mLPAREN()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mRPAREN()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mCOMMA()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mLBRACKET()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mRBRACKET()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mMATCHWS()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mMINUS()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mEXPONENT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mHEX_DIGIT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mESC_SEQ()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mOCTAL_ESC()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mUNICODE_ESC()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mQUOTE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSQUOTE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mBSLASH()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mNL()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mCR()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSPACE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mAMPER()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mAMPER_AMPER()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mPIPE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mPIPE_PIPE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mESCAPE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSTRINGSTOP()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mCONTROLCHARS()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mNEWLINE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mHEXDIGIT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mDIGIT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mWS()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic void mTokens()
throws org.antlr.runtime.RecognitionException
mTokens in class org.antlr.runtime.Lexerorg.antlr.runtime.RecognitionExceptionCopyright © 2024 Atlassian. All rights reserved.