Package org.apache.sysds.parser.dml
Class DmlParser.ProgramrootContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.sysds.parser.dml.DmlParser.ProgramrootContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- DmlParser
public static class DmlParser.ProgramrootContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description List<DmlParser.StatementContext>
blocks
List<DmlParser.FunctionStatementContext>
functionBlocks
DmlParser.FunctionStatementContext
functionStatement
DmlParser.StatementContext
statement
-
Constructor Summary
Constructors Constructor Description ProgramrootContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
statement
public DmlParser.StatementContext statement
-
blocks
public List<DmlParser.StatementContext> blocks
-
functionStatement
public DmlParser.FunctionStatementContext functionStatement
-
functionBlocks
public List<DmlParser.FunctionStatementContext> functionBlocks
-
-
Method Detail
-
EOF
public org.antlr.v4.runtime.tree.TerminalNode EOF()
-
statement
public List<DmlParser.StatementContext> statement()
-
statement
public DmlParser.StatementContext statement(int i)
-
functionStatement
public List<DmlParser.FunctionStatementContext> functionStatement()
-
functionStatement
public DmlParser.FunctionStatementContext functionStatement(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
-