Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.BinaryOperator
-
Packages that use ExpressionFactory.BinaryOperator Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl declared as ExpressionFactory.BinaryOperator Modifier and Type Field Description private ExpressionFactory.BinaryOperator
ExpressionFactory.BinaryOperatorExpression. op
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type ExpressionFactory.BinaryOperator Modifier and Type Field Description private static java.util.Map<ExpressionFactory.BinaryOperator,java.lang.Integer>
ByteCodeUtility. ifOpInstructions
private static java.util.Map<ExpressionFactory.BinaryOperator,java.util.Map<Type,java.lang.Integer>>
ByteCodeUtility. opInstructions
Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.BinaryOperator Modifier and Type Method Description ExpressionFactory.BinaryOperator
ExpressionFactory.BinaryOperatorExpression. operator()
static ExpressionFactory.BinaryOperator
ExpressionFactory.BinaryOperator. valueOf(java.lang.String name)
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.BinaryOperator Modifier and Type Method Description Expression
ExpressionFactory. 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.BinaryOperator Constructor Description 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.BinaryOperator Modifier and Type Method Description private static Expression
Wrapper. _binary(Expression left, ExpressionFactory.BinaryOperator op, Expression right)
-