Uses of Class
com.tangosol.coherence.dsltools.base.BaseTokenStream
Packages that use 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
Methods in com.tangosol.coherence.dsltools.base that return BaseTokenStreamModifier and TypeMethodDescriptionBaseTokenStream.getLink()
Answer a BaseTokenStream that can become the target of streamingMethods in com.tangosol.coherence.dsltools.base with parameters of type BaseTokenStreamModifier 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
Fields in com.tangosol.coherence.dsltools.precedence declared as BaseTokenStreamModifier and TypeFieldDescriptionprotected BaseTokenStream
OPScanner.m_data
The source of BaseTokens to processMethods in com.tangosol.coherence.dsltools.precedence with parameters of type BaseTokenStreamModifier and TypeMethodDescriptionvoid
OPScanner.pushStream
(BaseTokenStream ts) Remember the current BaseTokenStream and stream over the given stream.