| Package | Description |
|---|---|
| org.xwiki.query.jpql.analysis | |
| org.xwiki.query.jpql.node |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseTAnd(TAnd node) |
void |
Analysis.caseTAnd(TAnd node) |
| Modifier and Type | Method and Description |
|---|---|
TAnd |
AConditionalTerm.getAnd() |
TAnd |
ABetweenExpression.getAnd() |
| Modifier and Type | Method and Description |
|---|---|
void |
AConditionalTerm.setAnd(TAnd node) |
void |
ABetweenExpression.setAnd(TAnd node) |
| Constructor and Description |
|---|
ABetweenExpression(TBetween _between_,
PArithmeticExpression _a_,
TAnd _and_,
PArithmeticExpression _b_) |
AConditionalTerm(PConditionalTerm _conditionalTerm_,
TAnd _and_,
PConditionalFactor _conditionalFactor_) |
Copyright © 2004–2015 XWiki. All rights reserved.