Uses of Interface
org.apache.commons.ognl.OgnlParserTreeConstants
Packages that use OgnlParserTreeConstants
-
Uses of OgnlParserTreeConstants in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement OgnlParserTreeConstantsModifier 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.