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 
OPTokens.- 
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 TypeMethodDescriptionvoidBaseTokenStream.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 BaseTokenStreamOPScanner.m_dataThe source of BaseTokens to processMethods in com.tangosol.coherence.dsltools.precedence with parameters of type BaseTokenStreamModifier and TypeMethodDescriptionvoidOPScanner.pushStream(BaseTokenStream ts) Remember the current BaseTokenStream and stream over the given stream.