public interface TokenItem
Modifier and Type | Interface and Description |
---|---|
static class |
TokenItem.AbstractItem
Abstract implementation that doesn't contain chaining methods.
|
static class |
TokenItem.FilterItem
Implementation useful for delegation.
|
Modifier and Type | Method and Description |
---|---|
String |
getImage()
Get the image of this token.
|
TokenItem |
getNext()
Get next token-item in the text.
|
int |
getOffset()
Get the position of the token in the document
|
TokenItem |
getPrevious()
Get previous token-item in the text.
|
TokenContextPath |
getTokenContextPath()
Get the token-id of this token-item
|
TokenID |
getTokenID()
Get the token-id of this token-item
|
TokenID getTokenID()
TokenContextPath getTokenContextPath()
int getOffset()
String getImage()
TokenItem getNext()
TokenItem getPrevious()