public static class iAgreeParser.IffExprContext extends iAgreeParser.ExpressionContext
_p
Constructor and Description |
---|
IffExprContext(iAgreeParser.ExpressionContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
java.util.List<iAgreeParser.ExpressionContext> |
expression() |
iAgreeParser.ExpressionContext |
expression(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
IFF() |
copyFrom, getRuleIndex
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public IffExprContext(iAgreeParser.ExpressionContext ctx)
public iAgreeParser.ExpressionContext expression(int i)
public java.util.List<iAgreeParser.ExpressionContext> expression()
public org.antlr.v4.runtime.tree.TerminalNode IFF()
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