Uses of Package
com.tangosol.coherence.dsltools.base

Package
Description
Contains base classes for all tokens processed by dsltools.
This package contains implementations of OPTokens.
  • Class
    Description
    BaseToken is the abstract base class for all tokens processed by the low level BaseTokenScanner.
    Since BaseTokens can nest, BaseTokenStream creates for clients a utility interface that allows streaming (atEnd(), next()) over a 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 is the abstract base class for all tokes processed by the low level BaseTokenScanner that are considered leaves.
    LiteralBaseToken is the BaseToken that represents literals such as String, Integer, Long, Float, and Double.
  • Class
    Description
    BaseToken is the abstract base class for all tokens processed by the low level BaseTokenScanner.
    Since BaseTokens can nest, BaseTokenStream creates for clients a utility interface that allows streaming (atEnd(), next()) over a CompoundBaseToken.
    LiteralBaseToken is the BaseToken that represents literals such as String, Integer, Long, Float, and Double.
    NestedBaseTokens is a token that holds a sequence of tokens as well as the two bracketing characters.