Package | Description |
---|---|
com.tangosol.coherence.dslquery | |
com.tangosol.coherence.dslquery.queryplus |
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands. |
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 | |
com.tangosol.coherence.dsltools.termlanguage |
Modifier and Type | Method and Description |
---|---|
OPParser |
ExecutionContext.instantiateParser(Reader reader)
|
Modifier and Type | Method and Description |
---|---|
Term |
TraceStatementBuilder.TraceCommandOPToken.led(OPParser parser,
Term termLeft) |
Term |
TraceStatementBuilder.TraceCommandOPToken.nud(OPParser parser) |
Term |
WheneverStatementBuilder.WheneverCommandOPToken.nud(OPParser parser) |
Term |
ServicesStatementBuilder.ServicesCommandOPToken.nud(OPParser parser) |
Term |
HelpStatementBuilder.HelpCommandOPToken.nud(OPParser parser) |
Term |
CommandsStatementBuilder.CommandsOPToken.nud(OPParser parser) |
Term |
SetTimeoutStatementBuilder.SetTimeoutOPToken.nud(OPParser parser) |
Term |
SanityCheckStatementBuilder.SanityCheckCommandOPToken.nud(OPParser parser) |
Term |
ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken.nud(OPParser parser) |
Modifier and Type | Method and Description |
---|---|
protected Term |
SQLOPToken.checkAlias(OPParser p,
String... expectedNextKeywords)
Check to see if there is an alias and create a Term to hold the alias
identifier if one exists
|
protected Term |
SQLOPToken.checkAlias(OPParser p,
String expectedNextKeyword)
Check to see if there is an alias and create a Term to hold the alias
identifier if one exists
|
Term |
SQLDeleteOPToken.nud(OPParser parser) |
Term |
SQLTruncateCacheOPToken.nud(OPParser parser) |
Term |
SQLDropIndexOPToken.nud(OPParser parser) |
Term |
SQLInsertOPToken.nud(OPParser parser) |
Term |
SQLCreateCacheOPToken.nud(OPParser parser) |
Term |
SQLExplainOPToken.nud(OPParser parser) |
Term |
SQLCreateIndexOPToken.nud(OPParser parser) |
Term |
SQLBackupOPToken.nud(OPParser parser) |
Term |
SQLSourceOPToken.nud(OPParser parser) |
Term |
SQLDropCacheOPToken.nud(OPParser parser) |
Term |
SQLRestoreOPToken.nud(OPParser parser) |
Term |
SQLSelectOPToken.nud(OPParser parser) |
Term |
SQLUpdateOPToken.nud(OPParser parser) |
Modifier and Type | Method and Description |
---|---|
Term |
SQLListSnapshotsOPToken.nud(OPParser p) |
Term |
SQLValidateSnapshotOPToken.nud(OPParser p) |
Term |
SQLArchiveSnapshotOPToken.nud(OPParser p) |
Term |
SQLRemoveSnapshotOPToken.nud(OPParser p) |
Term |
SQLListArchivedSnapshotsOPToken.nud(OPParser p) |
Term |
SQLRetrieveSnapshotOPToken.nud(OPParser p) |
Term |
SQLSuspendServiceOPToken.nud(OPParser p) |
Term |
SQLForceRecoveryOPToken.nud(OPParser p) |
Term |
SQLListServicesOPToken.nud(OPParser p) |
Term |
SQLResumeServiceOPToken.nud(OPParser p) |
Term |
SQLRecoverSnapshotOPToken.nud(OPParser p) |
Term |
SQLListArchiverOPToken.nud(OPParser p) |
Term |
SQLCreateSnapshotOPToken.nud(OPParser p) |
Modifier and Type | Method and Description |
---|---|
protected Term |
PeekOPToken.defaultLed(OPParser parser,
Term leftNode)
The default led method that will be called if there is no
OPToken mapped for the token parsed from the token
stream. |
protected Term |
PeekOPToken.defaultNud(OPParser parser)
The default nud method that will be called if there is no
OPToken mapped for the token parsed from the token stream. |
protected OPToken |
PeekOPToken.findMatchingOPToken(OPParser parser)
|
Term |
ParenOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
InfixRightOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
LiteralOPToken.led(OPParser parser,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
InfixOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
ContainsOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
PeekOPToken.led(OPParser parser,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
PathOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
IdentifierOPToken.led(OPParser parser,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
NotOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
OPToken.led(OPParser parser,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
KeywordOPToken.led(OPParser parser,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
LikeOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
BetweenOPToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
ParenOPToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Term |
LiteralOPToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Term |
InfixOPToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Term |
PrefixOPToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Term |
PeekOPToken.nud(OPParser parser)
Process this token in the context of parser p with the null
denotation.
|
Term |
ListOpToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Term |
IdentifierOPToken.nud(OPParser parser)
Process this token in the context of parser p with the null
denotation.
|
Term |
NotOPToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Term |
OPToken.nud(OPParser parser)
Process this token in the context of parser p with the null
denotation.
|
Term |
KeywordOPToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|
Modifier and Type | Method and Description |
---|---|
Term |
CurlyToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
ColonToken.led(OPParser p,
Term leftNode)
Process this token and possibly the given leftNodein the context of
a parser with the left denotation.
|
Term |
CurlyToken.nud(OPParser p)
Process this token in the context of parser p with the null
denotation.
|