Class ValidWhenParser
java.lang.Object
org.antlr.v4.runtime.Recognizer<Token,ParserATNSimulator>
org.antlr.v4.runtime.Parser
org.apache.struts.validator.validwhen.ValidWhenParser
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from class org.antlr.v4.runtime.Parser
Parser.TraceListener, Parser.TrimToSizeListener
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ATN
protected static final DFA[]
static final String
protected static final PredictionContextCache
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final String[]
static final int
static final int
static final String[]
Deprecated.static final Vocabulary
static final int
Fields inherited from class org.antlr.v4.runtime.Parser
_buildParseTrees, _ctx, _errHandler, _input, _parseListeners, _precedenceStack, _syntaxErrors, matchedEOF
Fields inherited from class org.antlr.v4.runtime.Recognizer
_interp, EOF
-
Constructor Summary
-
Method Summary
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Field Details
-
_decisionToDFA
-
WS
public static final int WS- See Also:
-
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL- See Also:
-
DEC_INT_LITERAL
public static final int DEC_INT_LITERAL- See Also:
-
OCTAL_INT_LITERAL
public static final int OCTAL_INT_LITERAL- See Also:
-
HEX_INT_LITERAL
public static final int HEX_INT_LITERAL- See Also:
-
STRING_LITERAL
public static final int STRING_LITERAL- See Also:
-
ANDSIGN
public static final int ANDSIGN- See Also:
-
ORSIGN
public static final int ORSIGN- See Also:
-
LBRACKET
public static final int LBRACKET- See Also:
-
RBRACKET
public static final int RBRACKET- See Also:
-
LPAREN
public static final int LPAREN- See Also:
-
RPAREN
public static final int RPAREN- See Also:
-
THIS
public static final int THIS- See Also:
-
NULL
public static final int NULL- See Also:
-
IDENTIFIER
public static final int IDENTIFIER- See Also:
-
EQUALSIGN
public static final int EQUALSIGN- See Also:
-
NOTEQUALSIGN
public static final int NOTEQUALSIGN- See Also:
-
LESSTHANSIGN
public static final int LESSTHANSIGN- See Also:
-
GREATERTHANSIGN
public static final int GREATERTHANSIGN- See Also:
-
LESSEQUALSIGN
public static final int LESSEQUALSIGN- See Also:
-
GREATEREQUALSIGN
public static final int GREATEREQUALSIGN- See Also:
-
RULE_decimal
public static final int RULE_decimal- See Also:
-
RULE_integer
public static final int RULE_integer- See Also:
-
RULE_number
public static final int RULE_number- See Also:
-
RULE_string
public static final int RULE_string- See Also:
-
RULE_identifier
public static final int RULE_identifier- See Also:
-
RULE_field
public static final int RULE_field- See Also:
-
RULE_literal
public static final int RULE_literal- See Also:
-
RULE_value
public static final int RULE_value- See Also:
-
RULE_expression
public static final int RULE_expression- See Also:
-
RULE_expr
public static final int RULE_expr- See Also:
-
RULE_joinedExpression
public static final int RULE_joinedExpression- See Also:
-
RULE_comparison
public static final int RULE_comparison- See Also:
-
RULE_comparisonExpression
public static final int RULE_comparisonExpression- See Also:
-
ruleNames
-
VOCABULARY
-
tokenNames
Deprecated.UseVOCABULARY
instead. -
_serializedATN
- See Also:
-
_ATN
-
-
Constructor Details
-
ValidWhenParser
-
-
Method Details
-
getTokenNames
Deprecated.- Specified by:
getTokenNames
in classRecognizer<Token,
ParserATNSimulator>
-
getVocabulary
- Overrides:
getVocabulary
in classRecognizer<Token,
ParserATNSimulator>
-
getGrammarFileName
- Specified by:
getGrammarFileName
in classRecognizer<Token,
ParserATNSimulator>
-
getRuleNames
- Specified by:
getRuleNames
in classRecognizer<Token,
ParserATNSimulator>
-
getSerializedATN
- Overrides:
getSerializedATN
in classRecognizer<Token,
ParserATNSimulator>
-
getATN
- Specified by:
getATN
in classRecognizer<Token,
ParserATNSimulator>
-
decimal
- Throws:
RecognitionException
-
integer
- Throws:
RecognitionException
-
number
- Throws:
RecognitionException
-
string
- Throws:
RecognitionException
-
identifier
- Throws:
RecognitionException
-
field
- Throws:
RecognitionException
-
literal
- Throws:
RecognitionException
-
value
- Throws:
RecognitionException
-
expression
- Throws:
RecognitionException
-
expr
- Throws:
RecognitionException
-
joinedExpression
- Throws:
RecognitionException
-
comparison
- Throws:
RecognitionException
-
comparisonExpression
public final ValidWhenParser.ComparisonExpressionContext comparisonExpression() throws RecognitionException- Throws:
RecognitionException
-
VOCABULARY
instead.