public static class BooleanNetParser.SimpleExprContext extends BooleanNetParser.ExprContext
| Constructor and Description |
|---|
SimpleExprContext(BooleanNetParser.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) |
BooleanNetParser.ExprContext |
expr() |
List<BooleanNetParser.NotContext> |
not() |
BooleanNetParser.NotContext |
not(int i) |
BooleanNetParser.ValContext |
val() |
BooleanNetParser.VarContext |
var() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SimpleExprContext(BooleanNetParser.ExprContext ctx)
public BooleanNetParser.ExprContext expr()
public BooleanNetParser.VarContext var()
public BooleanNetParser.ValContext val()
public List<BooleanNetParser.NotContext> not()
public BooleanNetParser.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.