| Package | Description |
|---|---|
| org.xwiki.query.jpql.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AArithmeticExpression |
class |
ASubqueryArithmeticExpression |
| Modifier and Type | Method and Description |
|---|---|
PArithmeticExpression |
ABetweenExpression.getA() |
PArithmeticExpression |
AMathComparisonExpressionRightOperand.getArithmeticExpression() |
PArithmeticExpression |
ASimpleCondExpression.getArithmeticExpression() |
PArithmeticExpression |
ABetweenExpression.getB() |
| Modifier and Type | Method and Description |
|---|---|
void |
ABetweenExpression.setA(PArithmeticExpression node) |
void |
AMathComparisonExpressionRightOperand.setArithmeticExpression(PArithmeticExpression node) |
void |
ASimpleCondExpression.setArithmeticExpression(PArithmeticExpression node) |
void |
ABetweenExpression.setB(PArithmeticExpression node) |
| Constructor and Description |
|---|
ABetweenExpression(TBetween _between_,
PArithmeticExpression _a_,
TAnd _and_,
PArithmeticExpression _b_) |
AMathComparisonExpressionRightOperand(PArithmeticExpression _arithmeticExpression_) |
ASimpleCondExpression(PArithmeticExpression _arithmeticExpression_,
PSimpleConditionalExpressionRemainder _simpleConditionalExpressionRemainder_) |
Copyright © 2004–2015 XWiki. All rights reserved.