Uses of Package
com.tangosol.coherence.dsltools.base
-
Packages that use com.tangosol.coherence.dsltools.base Package Description com.tangosol.coherence.dsltools.base Contains base classes for all tokens processed by dsltools.com.tangosol.coherence.dsltools.precedence This package contains implementations ofOPToken
s. -
Classes in com.tangosol.coherence.dsltools.base used by com.tangosol.coherence.dsltools.base Class 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. -
Classes in com.tangosol.coherence.dsltools.base used by com.tangosol.coherence.dsltools.precedence Class 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.