Uses of Enum Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.UnaryOperator
Packages that use ExpressionFactory.UnaryOperator
-
Uses of ExpressionFactory.UnaryOperator in org.glassfish.pfl.dynamic.codegen.impl
Subclasses with type arguments of type ExpressionFactory.UnaryOperator in org.glassfish.pfl.dynamic.codegen.implModifier and TypeClassDescriptionstatic enumOperators that apply to a single expression.Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.UnaryOperatorModifier and TypeMethodDescriptionExpressionFactory.UnaryOperatorExpression.operator()Returns the enum constant of this class with the specified name.static ExpressionFactory.UnaryOperator[]ExpressionFactory.UnaryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory.UnaryOperatorModifier and TypeMethodDescriptionExpressionFactory.unaryOp(ExpressionFactory.UnaryOperator op, Expression expr)