| Package | Description |
|---|---|
| adql.parser | |
| adql.query.operand |
| Modifier and Type | Method and Description |
|---|---|
Operation |
ADQLQueryFactory.createOperation(ADQLOperand leftOp,
OperationType op,
ADQLOperand rightOp) |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getOperation()
Gets the operation symbol.
|
static OperationType |
OperationType.getOperator(java.lang.String str) |
static OperationType |
OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setOperation(OperationType newOperation)
Changes the type of this operation (SUM, SUB, MULT, DIV).
|
| Constructor and Description |
|---|
Operation(ADQLOperand leftOp,
OperationType op,
ADQLOperand rightOp)
Builds an operation.
|