Uses of Class
com.tangosol.coherence.dsltools.precedence.OPParser
-
Packages that use OPParser Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlus
tool rather than general CohQL commands.com.tangosol.coherence.dslquery.token This package contains implementations ofOPToken
specifically for parsing CohQL statements.com.tangosol.coherence.dslquery.token.persistence This package contains implementations ofOPToken
specifically for parsing persistence related CohQL statements.com.tangosol.coherence.dsltools.precedence This package contains implementations ofOPToken
s.com.tangosol.coherence.dsltools.termlanguage This package contains implementations ofTermLanguage
. -
-
Uses of OPParser in com.tangosol.coherence.dslquery
Methods in com.tangosol.coherence.dslquery that return OPParser Modifier and Type Method Description OPParser
ExecutionContext. instantiateParser(Reader reader)
-
Uses of OPParser in com.tangosol.coherence.dslquery.queryplus
Methods in com.tangosol.coherence.dslquery.queryplus with parameters of type OPParser Modifier and Type Method Description Term
TraceStatementBuilder.TraceCommandOPToken. led(OPParser parser, Term termLeft)
Term
CommandsStatementBuilder.CommandsOPToken. nud(OPParser parser)
Term
ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken. nud(OPParser parser)
Term
HelpStatementBuilder.HelpCommandOPToken. nud(OPParser parser)
Term
SanityCheckStatementBuilder.SanityCheckCommandOPToken. nud(OPParser parser)
Term
ServicesStatementBuilder.ServicesCommandOPToken. nud(OPParser parser)
Term
SetTimeoutStatementBuilder.SetTimeoutOPToken. nud(OPParser parser)
Term
TraceStatementBuilder.TraceCommandOPToken. nud(OPParser parser)
Term
WheneverStatementBuilder.WheneverCommandOPToken. nud(OPParser parser)
-
Uses of OPParser in com.tangosol.coherence.dslquery.token
Methods in com.tangosol.coherence.dslquery.token with parameters of type OPParser Modifier and Type Method 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 existsTerm
SQLBackupOPToken. nud(OPParser parser)
Term
SQLCreateCacheOPToken. nud(OPParser parser)
Term
SQLCreateIndexOPToken. nud(OPParser parser)
Term
SQLDeleteOPToken. nud(OPParser parser)
Term
SQLDropCacheOPToken. nud(OPParser parser)
Term
SQLDropIndexOPToken. nud(OPParser parser)
Term
SQLExplainOPToken. nud(OPParser parser)
Term
SQLInsertOPToken. nud(OPParser parser)
Term
SQLRestoreOPToken. nud(OPParser parser)
Term
SQLSelectOPToken. nud(OPParser parser)
Term
SQLSourceOPToken. nud(OPParser parser)
Term
SQLTruncateCacheOPToken. nud(OPParser parser)
Term
SQLUpdateOPToken. nud(OPParser parser)
-
Uses of OPParser in com.tangosol.coherence.dslquery.token.persistence
Methods in com.tangosol.coherence.dslquery.token.persistence with parameters of type OPParser Modifier and Type Method Description Term
SQLArchiveSnapshotOPToken. nud(OPParser p)
Term
SQLCreateSnapshotOPToken. nud(OPParser p)
Term
SQLForceRecoveryOPToken. nud(OPParser p)
Term
SQLListArchivedSnapshotsOPToken. nud(OPParser p)
Term
SQLListArchiverOPToken. nud(OPParser p)
Term
SQLListServicesOPToken. nud(OPParser p)
Term
SQLListSnapshotsOPToken. nud(OPParser p)
Term
SQLRecoverSnapshotOPToken. nud(OPParser p)
Term
SQLRemoveSnapshotOPToken. nud(OPParser p)
Term
SQLResumeServiceOPToken. nud(OPParser p)
Term
SQLRetrieveSnapshotOPToken. nud(OPParser p)
Term
SQLSuspendServiceOPToken. nud(OPParser p)
Term
SQLValidateSnapshotOPToken. nud(OPParser p)
-
Uses of OPParser in com.tangosol.coherence.dsltools.precedence
Methods in com.tangosol.coherence.dsltools.precedence with parameters of type OPParser Modifier and Type Method Description protected Term
PeekOPToken. defaultLed(OPParser parser, Term leftNode)
The default led method that will be called if there is noOPToken
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 noOPToken
mapped for the token parsed from the token stream.protected OPToken
PeekOPToken. findMatchingOPToken(OPParser parser)
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
ContainsOPToken. 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
InfixOPToken. 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
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
LiteralOPToken. 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
ParenOPToken. led(OPParser p, 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
PeekOPToken. led(OPParser parser, Term leftNode)
Process this token and possibly the given leftNodein the context of a parser with the left denotation.Term
IdentifierOPToken. nud(OPParser parser)
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
KeywordOPToken. nud(OPParser p)
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
LiteralOPToken. nud(OPParser p)
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
ParenOPToken. 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
PrefixOPToken. nud(OPParser p)
Process this token in the context of parser p with the null denotation. -
Uses of OPParser in com.tangosol.coherence.dsltools.termlanguage
Methods in com.tangosol.coherence.dsltools.termlanguage with parameters of type OPParser Modifier and Type Method Description 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. 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.
-