| Package | Description |
|---|---|
| com.tangosol.coherence.dsltools.base | |
| com.tangosol.coherence.dsltools.precedence |
| Class and Description |
|---|
| BaseToken
BaseToken is the abstract base class for all tokens processed by the low
level BaseTokenScanner.
|
| BaseTokenStream
Since BaseTokens can nest, BaseTokenStream creates for clients a utility
interface that allows streaming (atEnd(), next()) over a CompoundBaseToken.
|
| CompoundBaseToken
CompoundBaseToken is the abstract base class for all tokens processed by the
low level BaseTokenScanner that are made up of two or more BaseTokens.
|
| LeafBaseToken
LeafBaseToken is the abstract base class for all tokes processed by the
low level BaseTokenScanner that are considered leaves.
|
| LiteralBaseToken
LiteralBaseToken is the BaseToken that represents literals such as String,
Integer, Long, Float, and Double.
|
| Class and Description |
|---|
| BaseToken
BaseToken is the abstract base class for all tokens processed by the low
level BaseTokenScanner.
|
| BaseTokenStream
Since BaseTokens can nest, BaseTokenStream creates for clients a utility
interface that allows streaming (atEnd(), next()) over a CompoundBaseToken.
|
| LiteralBaseToken
LiteralBaseToken is the BaseToken that represents literals such as String,
Integer, Long, Float, and Double.
|
| NestedBaseTokens
NestedBaseTokens is a token that holds a sequence of tokens as well as the
two bracketing characters.
|