|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArithmeticOperator | |
---|---|
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
org.modeshape.jcr.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.jcr.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
Uses of ArithmeticOperator in org.modeshape.jcr.query |
---|
Fields in org.modeshape.jcr.query declared as ArithmeticOperator | |
---|---|
protected ArithmeticOperator |
QueryBuilder.ArithmeticBuilder.operator
|
Constructors in org.modeshape.jcr.query with parameters of type ArithmeticOperator | |
---|---|
QueryBuilder.ArithmeticBuilder(ArithmeticOperator operator,
QueryBuilder.ComparisonBuilder comparisonBuilder,
DynamicOperand left,
QueryBuilder.ArithmeticBuilder parent)
|
Uses of ArithmeticOperator in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return ArithmeticOperator | |
---|---|
static ArithmeticOperator |
ArithmeticOperator.forSymbol(String symbol)
Attempt to find the Operator given a symbol. |
ArithmeticOperator |
ArithmeticOperand.operator()
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.modeshape.jcr.query.model with parameters of type ArithmeticOperator | |
---|---|
ArithmeticOperand |
QueryObjectModelFactory.arithmeticOperand(DynamicOperand left,
ArithmeticOperator operator,
DynamicOperand right)
|
boolean |
ArithmeticOperator.precedes(ArithmeticOperator operator)
Determine whether this operator has a higher precedence than the supplied operator. |
Constructors in org.modeshape.jcr.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). |
Uses of ArithmeticOperator in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse with parameters of type ArithmeticOperator | |
---|---|
protected ArithmeticOperand |
BasicSqlQueryParser.arithmeticOperand(DynamicOperand leftOperand,
ArithmeticOperator operator,
DynamicOperand rightOperand)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |