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