| /* Generated By:JavaCC: Do not edit this line. ELParserTreeConstants.java Version 7.0.13 */ |
| package org.apache.el.parser; |
| |
| public interface ELParserTreeConstants { |
| int JJTCOMPOSITEEXPRESSION = 0; |
| int JJTLITERALEXPRESSION = 1; |
| int JJTDEFERREDEXPRESSION = 2; |
| int JJTDYNAMICEXPRESSION = 3; |
| int JJTVOID = 4; |
| int JJTSEMICOLON = 5; |
| int JJTASSIGN = 6; |
| int JJTLAMBDAEXPRESSION = 7; |
| int JJTLAMBDAPARAMETERS = 8; |
| int JJTNULLCOALESCING = 9; |
| int JJTELVIS = 10; |
| int JJTCHOICE = 11; |
| int JJTOR = 12; |
| int JJTAND = 13; |
| int JJTEQUAL = 14; |
| int JJTNOTEQUAL = 15; |
| int JJTLESSTHAN = 16; |
| int JJTGREATERTHAN = 17; |
| int JJTLESSTHANEQUAL = 18; |
| int JJTGREATERTHANEQUAL = 19; |
| int JJTCONCATENATION = 20; |
| int JJTPLUS = 21; |
| int JJTMINUS = 22; |
| int JJTMULT = 23; |
| int JJTDIV = 24; |
| int JJTMOD = 25; |
| int JJTNEGATIVE = 26; |
| int JJTNOTEMPTY = 27; |
| int JJTNOT = 28; |
| int JJTEMPTY = 29; |
| int JJTVALUE = 30; |
| int JJTDOTSUFFIX = 31; |
| int JJTBRACKETSUFFIX = 32; |
| int JJTMETHODPARAMETERS = 33; |
| int JJTSETDATA = 34; |
| int JJTLISTDATA = 35; |
| int JJTMAPDATA = 36; |
| int JJTMAPENTRY = 37; |
| int JJTIDENTIFIER = 38; |
| int JJTFUNCTION = 39; |
| int JJTTRUE = 40; |
| int JJTFALSE = 41; |
| int JJTFLOATINGPOINT = 42; |
| int JJTINTEGER = 43; |
| int JJTSTRING = 44; |
| int JJTNULL = 45; |
| |
| |
| String[] jjtNodeName = { "CompositeExpression", "LiteralExpression", "DeferredExpression", "DynamicExpression", |
| "void", "Semicolon", "Assign", "LambdaExpression", "LambdaParameters", "NullCoalescing", "Elvis", "Choice", |
| "Or", "And", "Equal", "NotEqual", "LessThan", "GreaterThan", "LessThanEqual", "GreaterThanEqual", |
| "Concatenation", "Plus", "Minus", "Mult", "Div", "Mod", "Negative", "NotEmpty", "Not", "Empty", "Value", |
| "DotSuffix", "BracketSuffix", "MethodParameters", "SetData", "ListData", "MapData", "MapEntry", |
| "Identifier", "Function", "True", "False", "FloatingPoint", "Integer", "String", "Null", }; |
| } |
| /* JavaCC - OriginalChecksum=d80a2fa5420bfdbed47a91cdb3343069 (do not edit this line) */ |