Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.BinaryOperatorKind
-
Packages that use ExpressionFactory.BinaryOperatorKind Package Description org.glassfish.pfl.dynamic.codegen.impl -
-
Uses of ExpressionFactory.BinaryOperatorKind in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.BinaryOperatorKind Modifier and Type Method Description ExpressionFactory.BinaryOperatorKind
ExpressionFactory.BinaryOperator. kind()
static ExpressionFactory.BinaryOperatorKind
ExpressionFactory.BinaryOperatorKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionFactory.BinaryOperatorKind[]
ExpressionFactory.BinaryOperatorKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-