public static class BooleanFunctionParser.SimpleExprContext extends BooleanFunctionParser.ExprContext
| Constructor and Description |
|---|
SimpleExprContext(BooleanFunctionParser.ExprContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
BooleanFunctionParser.ExprContext |
expr() |
List<BooleanFunctionParser.NotContext> |
not() |
BooleanFunctionParser.NotContext |
not(int i) |
BooleanFunctionParser.ValContext |
val() |
BooleanFunctionParser.VarContext |
var() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SimpleExprContext(BooleanFunctionParser.ExprContext ctx)
public BooleanFunctionParser.ExprContext expr()
public BooleanFunctionParser.VarContext var()
public BooleanFunctionParser.ValContext val()
public List<BooleanFunctionParser.NotContext> not()
public BooleanFunctionParser.NotContext not(int i)
public 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.ParserRuleContextCopyright © 2012–2020. All rights reserved.