TokenItem.AbstractItem, TokenItem.FilterItem
Constructor and Description |
---|
FilterItem(TokenItem delegate) |
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
|
String |
toString() |
protected TokenItem delegate
public FilterItem(TokenItem delegate)
public TokenID getTokenID()
TokenItem
getTokenID
in interface TokenItem
public TokenContextPath getTokenContextPath()
TokenItem
getTokenContextPath
in interface TokenItem
public int getOffset()
TokenItem
public String getImage()
TokenItem
public TokenItem getNext()
TokenItem
public TokenItem getPrevious()
TokenItem
getPrevious
in interface TokenItem