public static class SQLiteParser.ParseContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ParseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
EOF() |
java.util.List<SQLiteParser.ErrorContext> |
error() |
SQLiteParser.ErrorContext |
error(int i) |
int |
getRuleIndex() |
java.util.List<SQLiteParser.Sql_stmt_listContext> |
sql_stmt_list() |
SQLiteParser.Sql_stmt_listContext |
sql_stmt_list(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ParseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode EOF()
public java.util.List<SQLiteParser.Sql_stmt_listContext> sql_stmt_list()
public SQLiteParser.Sql_stmt_listContext sql_stmt_list(int i)
public java.util.List<SQLiteParser.ErrorContext> error()
public SQLiteParser.ErrorContext error(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext