| Package | Description | 
|---|---|
| com.tangosol.coherence.dsltools.base | |
| com.tangosol.coherence.dsltools.precedence | 
| Modifier and Type | Method and Description | 
|---|---|
BaseTokenStream | 
BaseTokenStream.getLink()
Answer a BaseTokenStream that can become the target of streaming 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BaseTokenStream.setLink(BaseTokenStream ts)
Remember a BaseTokenStream that can be the target of streaming 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected BaseTokenStream | 
OPScanner.m_data
The source of BaseTokens to process 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OPScanner.pushStream(BaseTokenStream ts)
Remember the current BaseTokenStream and stream over the given stream. 
 |