| Package | Description |
|---|---|
| iot.jcypher.domainquery.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordedQuery.Assignment |
class |
RecordedQuery.DOMatchRef |
class |
RecordedQuery.Invocation |
class |
RecordedQuery.Literal |
class |
RecordedQuery.Reference |
| Modifier and Type | Method and Description |
|---|---|
List<RecordedQuery.Statement> |
RecordedQuery.Invocation.getParams() |
List<RecordedQuery.Statement> |
RecordedQuery.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordedQuery.addAssignment(String on,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
void |
RecordedQuery.addInvocation(String on,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
| Constructor and Description |
|---|
RecordedQuery.Assignment(String onObjectRef,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
RecordedQuery.Invocation(String onObjectRef,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
Copyright © 2016. All rights reserved.