| Package | Description |
|---|---|
| iot.jcypher.domainquery.api | |
| iot.jcypher.domainquery.ast | |
| iot.jcypher.domainquery.internal |
| Modifier and Type | Field and Description |
|---|---|
protected IASTObject |
APIObject.astObject |
| Modifier and Type | Method and Description |
|---|---|
static IASTObject |
APIAccess.getAstObject(APIObject apo) |
| Modifier and Type | Method and Description |
|---|---|
static TerminalResult |
APIAccess.createTerminalResult(IASTObject ao) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectExpression |
class |
ConcatenateExpression |
class |
FromPreviousQueryExpression |
class |
OrderExpression |
class |
PredicateExpression |
class |
SelectExpression<T> |
class |
TraversalExpression |
class |
UnionExpression |
| Modifier and Type | Method and Description |
|---|---|
IASTObject |
UnionExpression.getLastOfUnionBase() |
| Modifier and Type | Method and Description |
|---|---|
List<IASTObject> |
SelectExpression.getAstObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectExpression.addAstObject(IASTObject astObj) |
void |
UnionExpression.setLastOfUnionBase(IASTObject lastOfUnionBase) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectExpression.addAstObjects(List<IASTObject> astObjs) |
void |
SelectExpression.replaceAstObject(int idx,
List<IASTObject> replacements) |
| Modifier and Type | Method and Description |
|---|---|
List<IASTObject> |
QueryExecutor.getAstObjects() |
List<IASTObject> |
QueryExecutor.getExpressionsFor(DomainObjectMatch<?> dom,
List<IASTObject> astObjs) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecutor.addAstObject(IASTObject astObj) |
void |
IASTObjectsContainer.addAstObject(IASTObject astObj) |
| Modifier and Type | Method and Description |
|---|---|
List<IASTObject> |
QueryExecutor.getExpressionsFor(DomainObjectMatch<?> dom,
List<IASTObject> astObjs) |
Copyright © 2016. All rights reserved.