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
Subclasses with type arguments of type ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.implModifier and TypeClassDescriptionstatic enumRepresentation of binary operators.Fields in org.glassfish.pfl.dynamic.codegen.impl declared as ExpressionFactory.BinaryOperatorModifier and TypeFieldDescriptionprivate ExpressionFactory.BinaryOperatorExpressionFactory.BinaryOperatorExpression.opFields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type ExpressionFactory.BinaryOperatorModifier and TypeFieldDescriptionprivate static Map<ExpressionFactory.BinaryOperator, Integer> ByteCodeUtility.ifOpInstructionsprivate static Map<ExpressionFactory.BinaryOperator, Map<Type, Integer>> ByteCodeUtility.opInstructionsMethods 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 ExpressionExpressionFactory.BinaryOperator.createEqualityExpression(ExpressionFactory.BinaryOperator op, ExpressionFactory ef, Expression left, Expression right) private static ExpressionExpressionFactory.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 ExpressionWrapper._binary(Expression left, ExpressionFactory.BinaryOperator op, Expression right)