public static class SimpleLanguageParser.BlockContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
org.antlr.v4.runtime.Token |
e |
boolean |
inLoop |
SLStatementNode |
result |
org.antlr.v4.runtime.Token |
s |
SimpleLanguageParser.StatementContext |
statement |
| Constructor and Description |
|---|
BlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
BlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
boolean inLoop) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
List<SimpleLanguageParser.StatementContext> |
statement() |
SimpleLanguageParser.StatementContext |
statement(int i) |
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic boolean inLoop
public SLStatementNode result
public org.antlr.v4.runtime.Token s
public SimpleLanguageParser.StatementContext statement
public org.antlr.v4.runtime.Token e
public BlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public BlockContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
boolean inLoop)
public List<SimpleLanguageParser.StatementContext> statement()
public SimpleLanguageParser.StatementContext statement(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext