|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArithmeticOperand | |
---|---|
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. |
org.modeshape.jcr.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
Uses of ArithmeticOperand in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return ArithmeticOperand | |
---|---|
ArithmeticOperand |
QueryObjectModelFactory.add(DynamicOperand left,
DynamicOperand right)
|
ArithmeticOperand |
QueryObjectModelFactory.arithmeticOperand(DynamicOperand left,
ArithmeticOperator operator,
DynamicOperand right)
|
ArithmeticOperand |
QueryObjectModelFactory.divide(DynamicOperand left,
DynamicOperand right)
|
ArithmeticOperand |
QueryObjectModelFactory.multiply(DynamicOperand left,
DynamicOperand right)
|
ArithmeticOperand |
QueryObjectModelFactory.subtract(DynamicOperand left,
DynamicOperand right)
|
Methods in org.modeshape.jcr.query.model with parameters of type ArithmeticOperand | |
---|---|
void |
Visitors.AbstractVisitor.visit(ArithmeticOperand obj)
|
void |
Visitors.WalkAllVisitor.visit(ArithmeticOperand arithmeticOperation)
|
void |
Visitors.ReadableVisitor.visit(ArithmeticOperand arithmeticOperand)
|
void |
Visitor.visit(ArithmeticOperand obj)
|
Uses of ArithmeticOperand in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse that return ArithmeticOperand | |
---|---|
protected ArithmeticOperand |
BasicSqlQueryParser.arithmeticOperand(DynamicOperand leftOperand,
ArithmeticOperator operator,
DynamicOperand rightOperand)
|
Uses of ArithmeticOperand in org.modeshape.jcr.query.validate |
---|
Methods in org.modeshape.jcr.query.validate with parameters of type ArithmeticOperand | |
---|---|
void |
Validator.visit(ArithmeticOperand obj)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |