Uses of Package
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
.-
ClassDescriptionOPParser 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.
-
ClassDescriptionTokenTable is a helper class used by Scanners to convert BaseTokens to to OPTokens.
-
ClassDescriptionIdentifierOPToken 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.
-
ClassDescriptionIdentifierOPToken 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. -
ClassDescriptionIdentifierOPToken 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.
-
ClassDescriptionAn 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.
-
ClassDescriptionNestingOPToken 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.