| Package | Description |
|---|---|
| org.xwiki.query.jpql.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AInList |
class |
ASingleInList |
class |
ASubqueryInList |
| Modifier and Type | Method and Description |
|---|---|
PInList |
AInExpression.getInList() |
PInList |
AInList.getInList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AInExpression.setInList(PInList node) |
void |
AInList.setInList(PInList node) |
| Constructor and Description |
|---|
AInExpression(TIn _in_,
TLbr _lbr_,
PInList _inList_,
TRbr _rbr_) |
AInList(PInItem _inItem_,
TComma _comma_,
PInList _inList_) |
Copyright © 2004–2014 XWiki. All rights reserved.