public static class ADLParser.PropositionContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
PropositionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
ADLParser.BinaryPredicateContext |
binaryPredicate() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
ADLParser.NegationContext |
negation() |
ADLParser.RelationalPredicateContext |
relationalPredicate() |
ADLParser.SetPredicateContext |
setPredicate() |
ADLParser.TruthValueContext |
truthValue() |
ADLParser.UnaryPredicateContext |
unaryPredicate() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public PropositionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public ADLParser.BinaryPredicateContext binaryPredicate()
public ADLParser.TruthValueContext truthValue()
public ADLParser.NegationContext negation()
public ADLParser.RelationalPredicateContext relationalPredicate()
public ADLParser.UnaryPredicateContext unaryPredicate()
public ADLParser.SetPredicateContext setPredicate()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext