Uses of Enum Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.BinaryOperator
Packages that use ExpressionFactory.BinaryOperator
-
Uses of ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.impl
Subclasses with type arguments of type ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.implModifier and TypeClassDescriptionstatic enumRepresentation of binary operators.Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.BinaryOperatorModifier and TypeMethodDescriptionExpressionFactory.BinaryOperatorExpression.operator()Returns the enum constant of this class with the specified name.static ExpressionFactory.BinaryOperator[]ExpressionFactory.BinaryOperator.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.BinaryOperatorModifier and TypeMethodDescriptionExpressionFactory.binaryOperator(Expression left, ExpressionFactory.BinaryOperator op, Expression right)