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