ReusableCachedTokenStream

class ReusableCachedTokenStream(as: AttributeSource) extends TokenStream
class TokenStream
trait Closeable
trait AutoCloseable
class AttributeSource
class Object
trait Matchable
class Any

Value members

Concrete methods

override def end(): Unit
Definition Classes
TokenStream
def fill(input: TokenStream): Unit
final override def incrementToken(): Boolean
Definition Classes
TokenStream
override def reset(): Unit
Definition Classes
TokenStream

Inherited methods

final def addAttribute[T <: Attribute](x$0: Class[T]): T
Inherited from:
AttributeSource
final def addAttributeImpl(x$0: AttributeImpl): Unit
Inherited from:
AttributeSource
final def captureState(): State
Inherited from:
AttributeSource
final def clearAttributes(): Unit
Inherited from:
AttributeSource
final def cloneAttributes(): AttributeSource
Inherited from:
AttributeSource
@throws(java.io.IOException)
def close(): Unit
Inherited from:
TokenStream
final def copyTo(x$0: AttributeSource): Unit
Inherited from:
AttributeSource
final def endAttributes(): Unit
Inherited from:
AttributeSource
def equals(x$0: <FromJavaObject>): Boolean
Inherited from:
AttributeSource
final def getAttribute[T <: Attribute](x$0: Class[T]): T
Inherited from:
AttributeSource
final def getAttributeClassesIterator(): Iterator[Class[_ <: Attribute]]
Inherited from:
AttributeSource
final def getAttributeFactory(): AttributeFactory
Inherited from:
AttributeSource
final def getAttributeImplsIterator(): Iterator[AttributeImpl]
Inherited from:
AttributeSource
final def hasAttribute(x$0: Class[_ <: Attribute]): Boolean
Inherited from:
AttributeSource
final def hasAttributes(): Boolean
Inherited from:
AttributeSource
def hashCode(): Int
Inherited from:
AttributeSource
final def reflectAsString(x$0: Boolean): String
Inherited from:
AttributeSource
final def reflectWith(x$0: AttributeReflector): Unit
Inherited from:
AttributeSource
final def removeAllAttributes(): Unit
Inherited from:
AttributeSource
final def restoreState(x$0: State): Unit
Inherited from:
AttributeSource
def toString(): String
Inherited from:
AttributeSource