|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionFactory.BinaryOperator | |
|---|---|
| org.glassfish.pfl.dynamic.codegen.impl | |
| Uses of ExpressionFactory.BinaryOperator in org.glassfish.pfl.dynamic.codegen.impl |
|---|
| Methods in org.glassfish.pfl.dynamic.codegen.impl that return ExpressionFactory.BinaryOperator | |
|---|---|
ExpressionFactory.BinaryOperator |
ExpressionFactory.BinaryOperatorExpression.operator()
|
static ExpressionFactory.BinaryOperator |
ExpressionFactory.BinaryOperator.valueOf(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 | |
|---|---|
Expression |
ExpressionFactory.binaryOperator(Expression left,
ExpressionFactory.BinaryOperator op,
Expression right)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||