public class StartEndFilter
extends TokenFilter
Modifier and Type | Field and Description |
---|---|
private Token |
queuedToken
Token queued for next()
|
Constructor and Description |
---|
StartEndFilter(TokenStream input)
Construct a token stream that fixes the start/end markers.
|
Modifier and Type | Method and Description |
---|---|
Token |
next()
Retrieve the next token in the stream.
|