| Package | Description |
|---|---|
| org.xwiki.query.jpql.analysis | |
| org.xwiki.query.jpql.node |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseTFrom(TFrom node) |
void |
Analysis.caseTFrom(TFrom node) |
| Modifier and Type | Method and Description |
|---|---|
TFrom |
ATrimDesc.getFrom() |
TFrom |
AFromClause.getFrom() |
TFrom |
ASubqueryFromClause.getFrom() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATrimDesc.setFrom(TFrom node) |
void |
AFromClause.setFrom(TFrom node) |
void |
ASubqueryFromClause.setFrom(TFrom node) |
| Constructor and Description |
|---|
AFromClause(TFrom _from_,
PFromList _fromList_) |
ASubqueryFromClause(TFrom _from_,
PSubselectFromList _subselectFromList_) |
ATrimDesc(TTrimSpecification _trimSpecification_,
PTrimCharacter _trimCharacter_,
TFrom _from_) |
Copyright © 2004–2015 XWiki. All rights reserved.