Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory

Packages that use ExpressionFactory
org.glassfish.pfl.dynamic.codegen.impl   
 

Uses of ExpressionFactory in org.glassfish.pfl.dynamic.codegen.impl
 

Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory
 ExpressionFactory BlockStatement.exprFactory()
          Return the ExpressionFactory that must be used to create any expressions occuring either in expressions added to the body, or in other statements immediately contained in this BlockStatement.
 

Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory
abstract  Expression ExpressionFactory.BinaryOperator.create(ExpressionFactory ef, Expression left, Expression right)
           
 

Constructors in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory
ExpressionFactory.ExpressionBase(ExpressionFactory ef)
           
 



Copyright © 2013 Oracle. All Rights Reserved.