| Package | Description |
|---|---|
| lux.xpath |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation.Operator |
BinaryOperation.getOperator() |
static BinaryOperation.Operator |
BinaryOperation.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperation.Operator[] |
BinaryOperation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryOperation(AbstractExpression op1,
BinaryOperation.Operator operator,
AbstractExpression op2) |
Copyright © 2013. All Rights Reserved.