Click or drag to resize

UnbufferedTokenStream Properties

The UnbufferedTokenStream type exposes the following members.

Properties
  NameDescription
Public propertyCount
Size of entire stream is unknown; we only know buffer size from FastQueue
(Inherited from LookaheadStreamT.)
Public propertyEndOfFile (Inherited from LookaheadStreamT.)
Public propertyIndex (Inherited from LookaheadStreamT.)
Public propertyItem
Return element {@code i} elements ahead of current element. {@code i==0} gets current element. This is not an absolute index into {@link #data} since {@code p} defines the start of the real list.
(Inherited from FastQueueT.)
Public propertyLastRealToken
Public propertyLastToken
Public propertyMaxLookBehind
Public propertyPreviousElement (Inherited from LookaheadStreamT.)
Public propertyRange
How deep have we gone?
(Inherited from FastQueueT.)
Public propertySourceName
Public propertyTokenSource
Top
See Also