Uses of Class
org.gjt.sp.jedit.syntax.Token
-
Uses of Token in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic Token
TextUtilities.getTokenAtOffset
(Token tokens, int offset) Returns the token that contains the specified offset.Modifier and TypeMethodDescriptionstatic Token
TextUtilities.getTokenAtOffset
(Token tokens, int offset) Returns the token that contains the specified offset. -
Uses of Token in org.gjt.sp.jedit.syntax
Modifier and TypeClassDescriptionclass
A syntax token with extra information required for painting it on screen.Modifier and TypeFieldDescriptionprotected Token
DefaultTokenHandler.firstToken
protected Token
DefaultTokenHandler.lastToken
Token.next
The next token in the linked list.Modifier and TypeMethodDescriptionprotected Token
DefaultTokenHandler.createToken
(byte id, int offset, int length, TokenMarker.LineContext context) DefaultTokenHandler.getTokens()
Returns the first syntax token.Modifier and TypeMethodDescriptionprotected void
DefaultTokenHandler.addToken
(Token token, TokenMarker.LineContext context)