| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery | |
| com.tangosol.coherence.dslquery.internal | |
| com.tangosol.coherence.dslquery.operator |
This package contains implementations of the
com.tangosol.coherence.dslquery.BaseOperator
interface. |
| 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 |
| Class and 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| TokenTable
TokenTable is a helper class used by Scanners to convert BaseTokens to
to OPTokens.
|
| Class and 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.
|
| Class and 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 other
OPToken
instances. |
| Class and 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.
|
| Class and 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.
|
| Class and 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.
|