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

Packages that use OgnlParserConstants
org.apache.commons.ognl   
 

Uses of OgnlParserConstants in org.apache.commons.ognl
 

Classes in org.apache.commons.ognl that implement OgnlParserConstants
 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.
 class OgnlParserTokenManager
          Token Manager.
 



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