Package io.operon.parser
Class OperonModuleParser.OperonmoduleContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.operon.parser.OperonModuleParser.OperonmoduleContext
-
- 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:
- OperonModuleParser
public static class OperonModuleParser.OperonmoduleContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description OperonmoduleContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)List<OperonModuleParser.Bind_value_exprContext>bind_value_expr()OperonModuleParser.Bind_value_exprContextbind_value_expr(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)List<OperonModuleParser.Function_stmtContext>function_stmt()OperonModuleParser.Function_stmtContextfunction_stmt(int i)intgetRuleIndex()OperonModuleParser.Import_stmtContextimport_stmt()List<OperonModuleParser.Let_stmtContext>let_stmt()OperonModuleParser.Let_stmtContextlet_stmt(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
-
-
-
-
Method Detail
-
import_stmt
public OperonModuleParser.Import_stmtContext import_stmt()
-
function_stmt
public List<OperonModuleParser.Function_stmtContext> function_stmt()
-
function_stmt
public OperonModuleParser.Function_stmtContext function_stmt(int i)
-
let_stmt
public List<OperonModuleParser.Let_stmtContext> let_stmt()
-
let_stmt
public OperonModuleParser.Let_stmtContext let_stmt(int i)
-
bind_value_expr
public List<OperonModuleParser.Bind_value_exprContext> bind_value_expr()
-
bind_value_expr
public OperonModuleParser.Bind_value_exprContext bind_value_expr(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-