Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory
Packages that use ExpressionFactory
-
Uses of ExpressionFactory in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactoryModifier and TypeMethodDescriptionBlockStatement.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 ExpressionFactoryModifier and TypeMethodDescriptionabstract ExpressionExpressionFactory.BinaryOperator.create(ExpressionFactory ef, Expression left, Expression right) Constructors in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory