Uses of Class
org.jdesktop.el.Expression

Packages that use Expression
org.jdesktop.el Customized version of EL for Beans Binding; not for general use. 
org.jdesktop.el.impl Customized version of EL for Beans Binding; not for general use. 
org.jdesktop.el.impl.lang Customized version of EL for Beans Binding; not for general use. 
 

Uses of Expression in org.jdesktop.el
 

Subclasses of Expression in org.jdesktop.el
 class MethodExpression
          An Expression that refers to a method on an object.
 class ValueExpression
          An Expression that can get or set a value.
 

Uses of Expression in org.jdesktop.el.impl
 

Subclasses of Expression in org.jdesktop.el.impl
 class MethodExpressionImpl
          An Expression that refers to a method on an object.
 class MethodExpressionLiteral
           
 class ValueExpressionImpl
          An Expression that can get or set a value.
 class ValueExpressionLiteral
           
 

Uses of Expression in org.jdesktop.el.impl.lang
 

Methods in org.jdesktop.el.impl.lang that return Expression
 Expression EvaluationContext.getExpression()
           
 

Constructors in org.jdesktop.el.impl.lang with parameters of type Expression
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression)
           
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties)