| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery.internal | |
| com.tangosol.coherence.dslquery.token |
This package contains implementations of
OPToken specifically
for parsing CohQL statements. |
| com.tangosol.coherence.dslquery.token.persistence | |
| com.tangosol.coherence.dsltools.precedence |
| Modifier and Type | Method and Description |
|---|---|
static Term |
PersistenceToolsHelper.getNextTerm(OPScanner s,
String sName,
String sDescription,
String sCommand)
Return a term for a given scanner representing the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SQLExplainOPToken.advanceToStmt(OPScanner s)
Advance the scanner past any tokens preceding the statement.
|
protected void |
SQLTraceOPToken.advanceToStmt(OPScanner s) |
| Modifier and Type | Method and Description |
|---|---|
protected Term |
AbstractSQLSnapshotOPToken.process(OPScanner s,
String sOperation,
String sFunctor)
Process the commands for the given operation and return a
valid
Term for the command. |
| Modifier and Type | Method and Description |
|---|---|
OPScanner |
OPParser.getScanner()
Obtain the OPScanner that backs this parser
|
| Constructor and Description |
|---|
OPParser(OPScanner scanner)
Construct a new OPParser initialized to gthe given Scanner
|