Uses of Class
com.tangosol.coherence.dsltools.base.LeafBaseToken
Packages that use LeafBaseToken
Package
Description
Contains base classes for all tokens processed by dsltools.
- 
Uses of LeafBaseToken in com.tangosol.coherence.dsltools.base
Subclasses of LeafBaseToken in com.tangosol.coherence.dsltools.baseModifier and TypeClassDescriptionclassIdentifierBaseToken is a token that represents an identifierclassLiteralBaseToken is the BaseToken that represents literals such as String, Integer, Long, Float, and Double.classOperatorBaseToken is a token that represents a known operator.classPunctuationBaseToken is a token that represents a known punctuation.