private static class GraphTokenFilter.Token
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) AttributeSource |
attSource |
(package private) PositionLengthAttribute |
lengthAtt |
(package private) GraphTokenFilter.Token |
nextToken |
(package private) PositionIncrementAttribute |
posIncAtt |
Constructor and Description |
---|
Token(AttributeSource attSource) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
length() |
(package private) int |
posInc() |
(package private) void |
reset(AttributeSource attSource) |
java.lang.String |
toString() |
final AttributeSource attSource
final PositionIncrementAttribute posIncAtt
final PositionLengthAttribute lengthAtt
GraphTokenFilter.Token nextToken
Token(AttributeSource attSource)
int posInc()
int length()
void reset(AttributeSource attSource)
public java.lang.String toString()
toString
in class java.lang.Object