public static class UPLanguageParser.TargetContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
TargetContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
java.util.List<UPLanguageParser.FormulaDimContext> |
formulaDim() |
UPLanguageParser.FormulaDimContext |
formulaDim(int i) |
int |
getRuleIndex() |
UPLanguageParser.MembraneNameContext |
membraneName() |
java.util.List<UPLanguageParser.PropertyConditionContext> |
propertyCondition() |
UPLanguageParser.PropertyConditionContext |
propertyCondition(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public TargetContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public UPLanguageParser.MembraneNameContext membraneName()
public java.util.List<UPLanguageParser.FormulaDimContext> formulaDim()
public UPLanguageParser.FormulaDimContext formulaDim(int i)
public java.util.List<UPLanguageParser.PropertyConditionContext> propertyCondition()
public UPLanguageParser.PropertyConditionContext propertyCondition(int i)
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext