|
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 FormatTokenPosition
Position consisting of the token-item and the offset inside it. The offset can range from zero to the last character in the token-text. The position right after the last character in the last token is expressed by token equal to null and offset equal to zero. The equality is defined as having the same offset in the same token. The token is compared just by equality operator.
Method Summary | |
---|---|
Position.Bias |
getBias()
Get the bias of the position. |
int |
getOffset()
Get the offset inside the token-item. |
TokenItem |
getToken()
Get the token-item in which the position resides. |
Method Detail |
---|
TokenItem getToken()
int getOffset()
Position.Bias getBias()
|
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 |