Uses of Interface
ognl.OgnlParserConstants

Uses of OgnlParserConstants in ognl
 

Classes in 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
           
 


OGNL Project Page