Uses of Interface
org.apache.commons.ognl.OgnlParserConstants
Packages that use OgnlParserConstants
-
Uses of OgnlParserConstants in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement OgnlParserConstantsModifier and TypeClassDescriptionclass
OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.class
Token Manager.