Uses of Package
com.tangosol.coherence.dsltools.precedence
Packages that use com.tangosol.coherence.dsltools.precedence
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains implementations of the
BaseOperator
interface.This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands.This package contains implementations of
OPToken
specifically
for parsing CohQL statements.This package contains implementations of
OPToken
specifically for parsing persistence related CohQL statements.This package contains implementations of
OPToken
s.This package contains implementations of
TermLanguage
.-
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslqueryClassDescriptionOPParser is the parser class for the Top Down Operator Presidence Parsing framework.TokenTable is a helper class used by Scanners to convert BaseTokens to to OPTokens.
-
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslquery.operatorClassDescriptionTokenTable is a helper class used by Scanners to convert BaseTokens to to OPTokens.
-
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslquery.queryplusClassDescriptionIdentifierOPToken is used to implement identifiers.OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.
-
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslquery.tokenClassDescriptionIdentifierOPToken is used to implement identifiers.OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPScanner gives clients a streaming api that returns a next OPToken by processing a java.lang.String using a TokenTable to convert lower level BaseTokens into the high functionality OPTokens.OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.A PeekOPToken is a token that contains other
OPToken
instances. -
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslquery.token.persistenceClassDescriptionIdentifierOPToken is used to implement identifiers.OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPScanner gives clients a streaming api that returns a next OPToken by processing a java.lang.String using a TokenTable to convert lower level BaseTokens into the high functionality OPTokens.OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.
-
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dsltools.precedenceClassDescriptionAn OPToken representing the end of a CohQL statement.An OPToken representing the end of a token stream.InfixOPToken is used to implement infix operators.NestingOPToken is an abstract classused to implement parsing situation where some nesting is implied.OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPScanner gives clients a streaming api that returns a next OPToken by processing a java.lang.String using a TokenTable to convert lower level BaseTokens into the high functionality OPTokens.OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.PunctuationOPToken is used in situations where you need a place holder to test for something like a ",".TokenTable is a helper class used by Scanners to convert BaseTokens to to OPTokens.
-
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dsltools.termlanguageClassDescriptionNestingOPToken is an abstract classused to implement parsing situation where some nesting is implied.OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.TokenTable is a helper class used by Scanners to convert BaseTokens to to OPTokens.