Uses of Enum
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.BinaryOperator
Packages that use ExpressionFactory.BinaryOperator
-
Uses of ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl declared as ExpressionFactory.BinaryOperatorModifier and TypeFieldDescriptionprivate ExpressionFactory.BinaryOperator
ExpressionFactory.BinaryOperatorExpression.op
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type ExpressionFactory.BinaryOperatorModifier and TypeFieldDescriptionprivate static Map
<ExpressionFactory.BinaryOperator, Integer> ByteCodeUtility.ifOpInstructions
private static Map
<ExpressionFactory.BinaryOperator, Map<Type, Integer>> ByteCodeUtility.opInstructions
Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.BinaryOperatorModifier and TypeMethodDescriptionExpressionFactory.BinaryOperatorExpression.operator()
Returns the enum constant of this type with the specified name.static ExpressionFactory.BinaryOperator[]
ExpressionFactory.BinaryOperator.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.BinaryOperatorModifier and TypeMethodDescriptionExpressionFactory.binaryOperator
(Expression left, ExpressionFactory.BinaryOperator op, Expression right) private static Expression
ExpressionFactory.BinaryOperator.createEqualityExpression
(ExpressionFactory.BinaryOperator op, ExpressionFactory ef, Expression left, Expression right) private static Expression
ExpressionFactory.BinaryOperator.createNumericExpression
(ExpressionFactory.BinaryOperator op, ExpressionFactory ef, Expression left, Expression right) Constructors in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory.BinaryOperatorModifierConstructorDescription(package private)
BinaryOperatorExpression
(ExpressionFactory ef, Type type, Expression left, ExpressionFactory.BinaryOperator op, Expression right) -
Uses of ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ExpressionFactory.BinaryOperatorModifier and TypeMethodDescriptionprivate static Expression
Wrapper._binary
(Expression left, ExpressionFactory.BinaryOperator op, Expression right)