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, traceOut
alreadyParsedRule, 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, traceOut
public 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.BaseRecognizer
public final void mEQUALS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mGT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mOR() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mAND() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mBANG() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mUNARY_OP_SEPARATOR() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mUNARY_NULL_OPERATOR() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSTRING() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mQUOTE_STRING() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSQUOTE_STRING() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLPAREN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mRPAREN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCOMMA() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLBRACKET() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mRBRACKET() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mMATCHWS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mMINUS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEXPONENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mHEX_DIGIT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mESC_SEQ() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mOCTAL_ESC() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mUNICODE_ESC() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mQUOTE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSQUOTE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mBSLASH() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mNL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCR() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSPACE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mAMPER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mAMPER_AMPER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPIPE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPIPE_PIPE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mESCAPE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSTRINGSTOP() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCONTROLCHARS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mNEWLINE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mHEXDIGIT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mDIGIT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mWS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public void mTokens() throws org.antlr.runtime.RecognitionException
mTokens
in class org.antlr.runtime.Lexer
org.antlr.runtime.RecognitionException
Copyright © 2021 Atlassian. All rights reserved.