|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenItem
Token-item presents a token as a piece information without dependence on a character buffer and it enables to chain the token-items in both directions.
Nested Class Summary | |
---|---|
static class |
TokenItem.AbstractItem
Abstract implementation that doesn't contain chaining methods. |
static class |
TokenItem.FilterItem
Implementation useful for delegation. |
Method Summary | |
---|---|
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 |
Method Detail |
---|
TokenID getTokenID()
TokenContextPath getTokenContextPath()
int getOffset()
String getImage()
TokenItem getNext()
TokenItem getPrevious()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |