| Package | Description |
|---|---|
| org.xwiki.query.jpql.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AArithmeticTerm |
class |
ASingleArithmeticTerm |
| Modifier and Type | Method and Description |
|---|---|
PArithmeticTerm |
AArithmeticTerm.getArithmeticTerm() |
PArithmeticTerm |
ASingleSimpleArithmeticExpression.getArithmeticTerm() |
PArithmeticTerm |
ASimpleArithmeticExpression.getArithmeticTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
AArithmeticTerm.setArithmeticTerm(PArithmeticTerm node) |
void |
ASingleSimpleArithmeticExpression.setArithmeticTerm(PArithmeticTerm node) |
void |
ASimpleArithmeticExpression.setArithmeticTerm(PArithmeticTerm node) |
| Constructor and Description |
|---|
AArithmeticTerm(PArithmeticTerm _arithmeticTerm_,
TMulDiv _mulDiv_,
PArithmeticFactor _arithmeticFactor_) |
ASimpleArithmeticExpression(PArithmeticTerm _arithmeticTerm_,
TAddSub _addSub_,
PSimpleArithmeticExpression _simpleArithmeticExpression_) |
ASingleSimpleArithmeticExpression(PArithmeticTerm _arithmeticTerm_) |
Copyright © 2004–2014 XWiki. All rights reserved.