public static class UPLanguageParser.PruleContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
PruleContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public PruleContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public UPLanguageParser.RuleNameContext ruleName()
public java.util.List<UPLanguageParser.AbcDimContext> abcDim()
public UPLanguageParser.AbcDimContext abcDim(int i)
public UPLanguageParser.RegConditionContext regCondition()
public java.util.List<UPLanguageParser.PropertyConditionContext> propertyCondition()
public UPLanguageParser.PropertyConditionContext propertyCondition(int i)
public java.util.List<UPLanguageParser.ObjConditionContext> objCondition()
public UPLanguageParser.ObjConditionContext objCondition(int i)
public java.util.List<UPLanguageParser.ObjConditionWithTargetContext> objConditionWithTarget()
public UPLanguageParser.ObjConditionWithTargetContext objConditionWithTarget(int i)
public java.util.List<UPLanguageParser.PropertyResultContext> propertyResult()
public UPLanguageParser.PropertyResultContext propertyResult(int i)
public java.util.List<UPLanguageParser.ResultContext> result()
public UPLanguageParser.ResultContext result(int i)
public java.util.List<UPLanguageParser.ConditionContext> condition()
public UPLanguageParser.ConditionContext condition(int i)
public UPLanguageParser.PriorityConditionContext priorityCondition()
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