public static class UPLanguageParser.ConditionContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
ConditionContext(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) |
UPLanguageParser.BoolConditionContext |
boolCondition() |
int |
getRuleIndex() |
UPLanguageParser.InhibitorConditionContext |
inhibitorCondition() |
UPLanguageParser.ProbabilisticConditionContext |
probabilisticCondition() |
UPLanguageParser.PromoterConditionContext |
promoterCondition() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public ConditionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public UPLanguageParser.PromoterConditionContext promoterCondition()
public UPLanguageParser.InhibitorConditionContext inhibitorCondition()
public UPLanguageParser.BoolConditionContext boolCondition()
public UPLanguageParser.ProbabilisticConditionContext probabilisticCondition()
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