public static class ScenarioParser.ConstraintContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ConstraintContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
ScenarioParser.AttributeConditionalConstraintContext |
attributeConditionalConstraint() |
ScenarioParser.AttributeEqualityConstraintContext |
attributeEqualityConstraint() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
ScenarioParser.LinkConstraintContext |
linkConstraint() |
ScenarioParser.MatchConstraintContext |
matchConstraint() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ConstraintContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public ScenarioParser.LinkConstraintContext linkConstraint()
public ScenarioParser.AttributeEqualityConstraintContext attributeEqualityConstraint()
public ScenarioParser.AttributeConditionalConstraintContext attributeConditionalConstraint()
public ScenarioParser.MatchConstraintContext matchConstraint()
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