ELParserTreeConstantspublic interface ELParserTreeConstants
Fields Summary |
---|
public int | JJTCOMPOSITEEXPRESSION | public int | JJTLITERALEXPRESSION | public int | JJTDEFERREDEXPRESSION | public int | JJTDYNAMICEXPRESSION | public int | JJTVOID | public int | JJTCHOICE | public int | JJTOR | public int | JJTAND | public int | JJTEQUAL | public int | JJTNOTEQUAL | public int | JJTLESSTHAN | public int | JJTGREATERTHAN | public int | JJTLESSTHANEQUAL | public int | JJTGREATERTHANEQUAL | public int | JJTPLUS | public int | JJTMINUS | public int | JJTMULT | public int | JJTDIV | public int | JJTMOD | public int | JJTNEGATIVE | public int | JJTNOT | public int | JJTEMPTY | public int | JJTVALUE | public int | JJTDOTSUFFIX | public int | JJTBRACKETSUFFIX | public int | JJTIDENTIFIER | public int | JJTFUNCTION | public int | JJTTRUE | public int | JJTFALSE | public int | JJTFLOATINGPOINT | public int | JJTINTEGER | public int | JJTSTRING | public int | JJTNULL | public String[] | jjtNodeName |
|