Package | Description |
---|---|
org.glassfish.pfl.dynamic.codegen.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionFactory.binaryOperator(Expression left,
ExpressionFactory.BinaryOperator op,
Expression right) |
Copyright © 2017 Oracle. All rights reserved.