Uses of Interface
org.apache.commons.ognl.OgnlParserTreeConstants

Packages that use OgnlParserTreeConstants
org.apache.commons.ognl   
 

Uses of OgnlParserTreeConstants in org.apache.commons.ognl
 

Classes in org.apache.commons.ognl that implement OgnlParserTreeConstants
 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.
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.