Uses of Interface
org.apache.commons.jexl.util.introspection.Uberspect

Packages that use Uberspect
org.apache.commons.jexl Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl.parser Contains the Parser for JEXL script. 
org.apache.commons.jexl.util   
org.apache.commons.jexl.util.introspection   
 

Uses of Uberspect in org.apache.commons.jexl
 

Constructors in org.apache.commons.jexl with parameters of type Uberspect
ExpressionFactory(Uberspect uberspect)
          Creates an expression factory using the provided Uberspect.
ScriptFactory(Uberspect uberspect)
           
 

Uses of Uberspect in org.apache.commons.jexl.parser
 

Methods in org.apache.commons.jexl.parser that return Uberspect
protected  Uberspect SimpleNode.getUberspect()
           
protected  Uberspect Parser.getUberspect()
           
 

Methods in org.apache.commons.jexl.parser with parameters of type Uberspect
static java.lang.Object ASTArrayAccess.evaluateExpr(java.lang.Object o, java.lang.Object loc, Uberspect uberspect)
          Evaluate the Array expression 'loc' on the given object, o.
 void Parser.setUberspect(Uberspect uberspect)
           
static int ASTSizeFunction.sizeOf(java.lang.Object val, Uberspect uberspect)
          Calculate the size of various types: Collection, Array, Map, String, and anything that has a int size() method.
 

Uses of Uberspect in org.apache.commons.jexl.util
 

Methods in org.apache.commons.jexl.util that return Uberspect
static Uberspect Introspector.getUberspect()
          For now, expose the raw uberspector to the AST.
 

Uses of Uberspect in org.apache.commons.jexl.util.introspection
 

Classes in org.apache.commons.jexl.util.introspection that implement Uberspect
 class UberspectImpl
          Implementation of Uberspect to provide the default introspective functionality of Velocity
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.