public static class SimpleLanguageParser.Return_statementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
SimpleLanguageParser.ExpressionContext |
expression |
org.antlr.v4.runtime.Token |
r |
SLStatementNode |
result |
| Constructor and Description |
|---|
Return_statementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
SimpleLanguageParser.ExpressionContext |
expression() |
int |
getRuleIndex() |
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SLStatementNode result
public org.antlr.v4.runtime.Token r
public SimpleLanguageParser.ExpressionContext expression
public Return_statementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SimpleLanguageParser.ExpressionContext expression()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext