public static class ClawParser.Loop_hoist_clausesContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
ClawPragma |
l |
| Constructor and Description |
|---|
Loop_hoist_clausesContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Loop_hoist_clausesContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
ClawPragma l) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
java.util.List<ClawParser.Fusion_clauseContext> |
fusion_clause() |
ClawParser.Fusion_clauseContext |
fusion_clause(int i) |
int |
getRuleIndex() |
java.util.List<ClawParser.Interchange_clauseContext> |
interchange_clause() |
ClawParser.Interchange_clauseContext |
interchange_clause(int i) |
java.util.List<ClawParser.Reshape_clauseContext> |
reshape_clause() |
ClawParser.Reshape_clauseContext |
reshape_clause(int i) |
java.util.List<ClawParser.Target_clauseContext> |
target_clause() |
ClawParser.Target_clauseContext |
target_clause(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ClawPragma l
public Loop_hoist_clausesContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public Loop_hoist_clausesContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
ClawPragma l)
public java.util.List<ClawParser.Reshape_clauseContext> reshape_clause()
public ClawParser.Reshape_clauseContext reshape_clause(int i)
public java.util.List<ClawParser.Interchange_clauseContext> interchange_clause()
public ClawParser.Interchange_clauseContext interchange_clause(int i)
public java.util.List<ClawParser.Fusion_clauseContext> fusion_clause()
public ClawParser.Fusion_clauseContext fusion_clause(int i)
public java.util.List<ClawParser.Target_clauseContext> target_clause()
public ClawParser.Target_clauseContext target_clause(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext