Uses of Class
com.tangosol.coherence.dsltools.base.BaseTokenStream
Package
Description
Contains base classes for all tokens processed by dsltools.
This package contains implementations of
OPToken
s.-
Uses of BaseTokenStream in com.tangosol.coherence.dsltools.base
Modifier and TypeMethodDescriptionBaseTokenStream.getLink()
Answer a BaseTokenStream that can become the target of streamingModifier and TypeMethodDescriptionvoid
BaseTokenStream.setLink
(BaseTokenStream ts) Remember a BaseTokenStream that can be the target of streaming -
Uses of BaseTokenStream in com.tangosol.coherence.dsltools.precedence
Modifier and TypeFieldDescriptionprotected BaseTokenStream
OPScanner.m_data
The source of BaseTokens to processModifier and TypeMethodDescriptionvoid
OPScanner.pushStream
(BaseTokenStream ts) Remember the current BaseTokenStream and stream over the given stream.