All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.el.parser.ELParserTreeConstants Maven / Gradle / Ivy

There is a newer version: 11.0.1
Show newest version
/* 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 JJTCHOICE = 9;
    int JJTOR = 10;
    int JJTAND = 11;
    int JJTEQUAL = 12;
    int JJTNOTEQUAL = 13;
    int JJTLESSTHAN = 14;
    int JJTGREATERTHAN = 15;
    int JJTLESSTHANEQUAL = 16;
    int JJTGREATERTHANEQUAL = 17;
    int JJTCONCATENATION = 18;
    int JJTPLUS = 19;
    int JJTMINUS = 20;
    int JJTMULT = 21;
    int JJTDIV = 22;
    int JJTMOD = 23;
    int JJTNEGATIVE = 24;
    int JJTNOT = 25;
    int JJTEMPTY = 26;
    int JJTVALUE = 27;
    int JJTDOTSUFFIX = 28;
    int JJTBRACKETSUFFIX = 29;
    int JJTMETHODPARAMETERS = 30;
    int JJTSETDATA = 31;
    int JJTLISTDATA = 32;
    int JJTMAPDATA = 33;
    int JJTMAPENTRY = 34;
    int JJTIDENTIFIER = 35;
    int JJTFUNCTION = 36;
    int JJTTRUE = 37;
    int JJTFALSE = 38;
    int JJTFLOATINGPOINT = 39;
    int JJTINTEGER = 40;
    int JJTSTRING = 41;
    int JJTNULL = 42;


    String[] jjtNodeName = { "CompositeExpression", "LiteralExpression", "DeferredExpression", "DynamicExpression",
            "void", "Semicolon", "Assign", "LambdaExpression", "LambdaParameters", "Choice", "Or", "And", "Equal",
            "NotEqual", "LessThan", "GreaterThan", "LessThanEqual", "GreaterThanEqual", "Concatenation", "Plus",
            "Minus", "Mult", "Div", "Mod", "Negative", "Not", "Empty", "Value", "DotSuffix", "BracketSuffix",
            "MethodParameters", "SetData", "ListData", "MapData", "MapEntry", "Identifier", "Function", "True", "False",
            "FloatingPoint", "Integer", "String", "Null", };
}
/* JavaCC - OriginalChecksum=40650ef76eedbdb11f7d9a6683a802ca (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy