|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArithmeticOperator | |
|---|---|
| org.jboss.dna.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
| Uses of ArithmeticOperator in org.jboss.dna.graph.query.model |
|---|
| Methods in org.jboss.dna.graph.query.model that return ArithmeticOperator | |
|---|---|
static ArithmeticOperator |
ArithmeticOperator.forSymbol(String symbol)
Attempt to find the Operator given a symbol. |
ArithmeticOperator |
ArithmeticOperand.getOperator()
Get the operator for this binary operand. |
static ArithmeticOperator |
ArithmeticOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ArithmeticOperator[] |
ArithmeticOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jboss.dna.graph.query.model with parameters of type ArithmeticOperator | |
|---|---|
boolean |
ArithmeticOperator.precedes(ArithmeticOperator operator)
Determine whether this operator has a higher precedence than the supplied operator. |
| Constructors in org.jboss.dna.graph.query.model with parameters of type ArithmeticOperator | |
|---|---|
ArithmeticOperand(DynamicOperand left,
ArithmeticOperator operator,
DynamicOperand right)
Create a arithmetic dynamic operand that operates upon the supplied operand(s). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||