Uses of Interface
org.apache.commons.ognl.OgnlParserTreeConstants
-
Packages that use OgnlParserTreeConstants Package Description org.apache.commons.ognl -
-
Uses of OgnlParserTreeConstants in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement OgnlParserTreeConstants Modifier and Type Class Description class
OgnlParser
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.
-