|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.treeparser.Symbol
org.prorefactor.treeparser.Stream
public class Stream
A Symbol defined with DEFINE STREAM or any other syntax which implicitly define a stream.
| Field Summary |
|---|
| Fields inherited from interface org.prorefactor.treeparser.SymbolI |
|---|
NAME_ORDER |
| Constructor Summary | |
|---|---|
Stream()
Only to be used for persistence/serialization. |
|
Stream(java.lang.String name,
SymbolScope scope)
|
|
| Method Summary | |
|---|---|
Symbol |
copyBare(SymbolScope scope)
Generate a bare-bones copy of this symbol. |
java.lang.String |
fullName()
For this subclass of Symbol, fullName() returns the same value as getName(). |
int |
getProgressType()
Returns TokenTypes.STREAM. |
| Methods inherited from class org.prorefactor.treeparser.Symbol |
|---|
getAllRefsCount, getAsNode, getDefineNode, getIndirectDefineIdNode, getLikeNode, getName, getNumReads, getNumWrites, getScope, isExported, isImported, noteReference, setAsNode, setDefOrIdNode, setLikeNode, setName, toString, writeXferBytes, writeXferSchema |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Stream()
public Stream(java.lang.String name,
SymbolScope scope)
| Method Detail |
|---|
public Symbol copyBare(SymbolScope scope)
Symbol
copyBare in class Symbolpublic java.lang.String fullName()
fullName in interface SymbolIfullName in class Symbolpublic int getProgressType()
getProgressType in interface SymbolIgetProgressType in class SymbolSymbol.getProgressType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||