public static class formExpressionParser.LogicalANDExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
formExpressionParser.LogicalNOTExpressionContext |
exp |
Factor |
factor |
| Constructor and Description |
|---|
LogicalANDExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
java.util.List<formExpressionParser.LogicalNOTExpressionContext> |
logicalNOTExpression() |
formExpressionParser.LogicalNOTExpressionContext |
logicalNOTExpression(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Factor factor
public formExpressionParser.LogicalNOTExpressionContext exp
public LogicalANDExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public java.util.List<formExpressionParser.LogicalNOTExpressionContext> logicalNOTExpression()
public formExpressionParser.LogicalNOTExpressionContext logicalNOTExpression(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2023. All Rights Reserved.