Uses of Package
com.tangosol.coherence.dsltools.precedence
-
Packages that use com.tangosol.coherence.dsltools.precedence Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.operator This package contains implementations of theBaseOperator
interface.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
. -
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslquery Class Description OPParser OPParser is the parser class for the Top Down Operator Presidence Parsing framework.TokenTable 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.operator Class Description TokenTable 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.queryplus Class Description IdentifierOPToken IdentifierOPToken is used to implement identifiers.OPParser OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPToken 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.token Class Description IdentifierOPToken IdentifierOPToken is used to implement identifiers.OPParser OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPScanner 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 OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.PeekOPToken A PeekOPToken is a token that contains otherOPToken
instances. -
Classes in com.tangosol.coherence.dsltools.precedence used by com.tangosol.coherence.dslquery.token.persistence Class Description IdentifierOPToken IdentifierOPToken is used to implement identifiers.OPParser OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPScanner 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 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.precedence Class Description EndOfStatementOPToken An OPToken representing the end of a CohQL statement.EndOPToken An OPToken representing the end of a token stream.InfixOPToken InfixOPToken is used to implement infix operators.NestingOPToken NestingOPToken is an abstract classused to implement parsing situation where some nesting is implied.OPParser OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPScanner 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 OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.PunctuationOPToken PunctuationOPToken is used in situations where you need a place holder to test for something like a ",".TokenTable 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.termlanguage Class Description NestingOPToken NestingOPToken is an abstract classused to implement parsing situation where some nesting is implied.OPParser OPParser is the parser class for the Top Down Operator Presidence Parsing framework.OPToken OPToken is the root class for the Top Down Operator Precedence Parsing framework's tokens.TokenTable TokenTable is a helper class used by Scanners to convert BaseTokens to to OPTokens.