public class GeneratedSqlScriptParser extends antlr.LLkParser implements GeneratedSqlScriptParserTokenTypes
| Modifier and Type | Field and Description |
|---|---|
static String[] |
_tokenNames |
static antlr.collections.impl.BitSet |
_tokenSet_0 |
static antlr.collections.impl.BitSet |
_tokenSet_1 |
static antlr.collections.impl.BitSet |
_tokenSet_2 |
static antlr.collections.impl.BitSet |
_tokenSet_3 |
static antlr.collections.impl.BitSet |
_tokenSet_4 |
static antlr.collections.impl.BitSet |
_tokenSet_5 |
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepthBLOCK_COMMENT, CHAR, DELIMITER, EOF, ESCqs, LINE_COMMENT, NEWLINE, NULL_TREE_LOOKAHEAD, QUOTED_TEXT, SPACE, TAB| Modifier | Constructor and Description |
|---|---|
|
GeneratedSqlScriptParser(antlr.ParserSharedInputState state) |
|
GeneratedSqlScriptParser(antlr.TokenBuffer tokenBuf) |
protected |
GeneratedSqlScriptParser(antlr.TokenBuffer tokenBuf,
int k) |
|
GeneratedSqlScriptParser(antlr.TokenStream lexer) |
protected |
GeneratedSqlScriptParser(antlr.TokenStream lexer,
int k) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStatementPartNewline() |
void |
blankSpacesToSkip() |
void |
newLineToSkip() |
void |
nonSkippedChar() |
void |
nonSkippedSpace() |
void |
nonSkippedTab() |
protected void |
out(String stmt) |
protected void |
out(antlr.Token token) |
void |
quotedString() |
void |
script() |
protected void |
skip() |
void |
spaceToSkip() |
void |
statement() |
protected void |
statementEnded() |
void |
statementFirstPart() |
void |
statementPart() |
protected void |
statementStarted() |
void |
tabToSkip() |
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndentpublic static final String[] _tokenNames
public static final antlr.collections.impl.BitSet _tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_2
public static final antlr.collections.impl.BitSet _tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_4
public static final antlr.collections.impl.BitSet _tokenSet_5
protected GeneratedSqlScriptParser(antlr.TokenBuffer tokenBuf,
int k)
public GeneratedSqlScriptParser(antlr.TokenBuffer tokenBuf)
protected GeneratedSqlScriptParser(antlr.TokenStream lexer,
int k)
public GeneratedSqlScriptParser(antlr.TokenStream lexer)
public GeneratedSqlScriptParser(antlr.ParserSharedInputState state)
protected void out(String stmt)
protected void out(antlr.Token token)
protected void statementStarted()
protected void statementEnded()
protected void skip()
public final void script()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void blankSpacesToSkip()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void statement()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void statementFirstPart()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void statementPart()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void afterStatementPartNewline()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void quotedString()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void nonSkippedChar()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void nonSkippedSpace()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void nonSkippedTab()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void newLineToSkip()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void spaceToSkip()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final void tabToSkip()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.