|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PArithmeticExpression | |
|---|---|
| org.xwiki.query.jpql.node | |
| Uses of PArithmeticExpression in org.xwiki.query.jpql.node |
|---|
| Subclasses of PArithmeticExpression in org.xwiki.query.jpql.node | |
|---|---|
class |
AArithmeticExpression
|
class |
ASubqueryArithmeticExpression
|
| Methods in org.xwiki.query.jpql.node that return PArithmeticExpression | |
|---|---|
PArithmeticExpression |
ABetweenExpression.getA()
|
PArithmeticExpression |
AMathComparisonExpressionRightOperand.getArithmeticExpression()
|
PArithmeticExpression |
ASimpleCondExpression.getArithmeticExpression()
|
PArithmeticExpression |
ABetweenExpression.getB()
|
| Methods in org.xwiki.query.jpql.node with parameters of type PArithmeticExpression | |
|---|---|
void |
ABetweenExpression.setA(PArithmeticExpression node)
|
void |
AMathComparisonExpressionRightOperand.setArithmeticExpression(PArithmeticExpression node)
|
void |
ASimpleCondExpression.setArithmeticExpression(PArithmeticExpression node)
|
void |
ABetweenExpression.setB(PArithmeticExpression node)
|
| Constructors in org.xwiki.query.jpql.node with parameters of type PArithmeticExpression | |
|---|---|
ABetweenExpression(TBetween _between_,
PArithmeticExpression _a_,
TAnd _and_,
PArithmeticExpression _b_)
|
|
AMathComparisonExpressionRightOperand(PArithmeticExpression _arithmeticExpression_)
|
|
ASimpleCondExpression(PArithmeticExpression _arithmeticExpression_,
PSimpleConditionalExpressionRemainder _simpleConditionalExpressionRemainder_)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||