public static class ClawParser.Reshape_listContext
extends org.antlr.v4.runtime.ParserRuleContext
Modifier and Type | Field and Description |
---|---|
ClawParser.Reshape_elementContext |
info |
java.util.List<ReshapeInfo> |
r |
Constructor and Description |
---|
Reshape_listContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Reshape_listContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
java.util.List<ReshapeInfo> r) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
ClawParser.Reshape_elementContext |
reshape_element() |
ClawParser.Reshape_listContext |
reshape_list() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public java.util.List<ReshapeInfo> r
public ClawParser.Reshape_elementContext info
public Reshape_listContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public Reshape_listContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, java.util.List<ReshapeInfo> r)
public ClawParser.Reshape_listContext reshape_list()
public ClawParser.Reshape_elementContext reshape_element()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext