public static class DmlParser.ProgramrootContext
extends org.antlr.v4.runtime.ParserRuleContext
Modifier and Type | Field and Description |
---|---|
List<DmlParser.StatementContext> |
blocks |
List<DmlParser.FunctionStatementContext> |
functionBlocks |
DmlParser.FunctionStatementContext |
functionStatement |
DmlParser.StatementContext |
statement |
Constructor and Description |
---|
ProgramrootContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
EOF() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
List<DmlParser.FunctionStatementContext> |
functionStatement() |
DmlParser.FunctionStatementContext |
functionStatement(int i) |
int |
getRuleIndex() |
List<DmlParser.StatementContext> |
statement() |
DmlParser.StatementContext |
statement(int i) |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public DmlParser.StatementContext statement
public List<DmlParser.StatementContext> blocks
public DmlParser.FunctionStatementContext functionStatement
public List<DmlParser.FunctionStatementContext> functionBlocks
public ProgramrootContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode EOF()
public List<DmlParser.StatementContext> statement()
public DmlParser.StatementContext statement(int i)
public List<DmlParser.FunctionStatementContext> functionStatement()
public DmlParser.FunctionStatementContext functionStatement(int i)
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
Copyright © 2020 The Apache Software Foundation. All rights reserved.