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

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

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

Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.UnaryOperator
 ExpressionFactory.UnaryOperator ExpressionFactory.UnaryOperatorExpression.operator()
           
static ExpressionFactory.UnaryOperator ExpressionFactory.UnaryOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExpressionFactory.UnaryOperator[] ExpressionFactory.UnaryOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory.UnaryOperator
 Expression ExpressionFactory.unaryOp(ExpressionFactory.UnaryOperator op, Expression expr)
           
 



Copyright © 2013 Oracle. All Rights Reserved.