Click or drag to resize

BufferedTreeNodeStream Fields

The BufferedTreeNodeStream type exposes the following members.

Fields
  NameDescription
Protected fieldcalls
Stack of indexes used for push/pop calls
Public fieldStatic memberDEFAULT_INITIAL_BUFFER_SIZE
Protected fielddown
Protected fieldeof
Public fieldStatic memberINITIAL_CALL_STACK_SIZE
Protected fieldlastMarker
Track the last mark() call result value for use in rewind().
Protected fieldnodes
The complete mapping from stream index to tree node. This buffer includes pointers to DOWN, UP, and EOF nodes. It is built upon ctor invocation. The elements are type Object as we don't what the trees look like.
Protected fieldp
The index into the nodes list of the current node (next node to consume). If -1, nodes array not filled yet.
Protected fieldroot
Pull nodes from which tree?
Protected fieldtokens
IF this tree (root) was created from a token stream, track it.
Protected fieldup
Top
See Also