Uses of Class
org.gjt.sp.jedit.syntax.Token
Packages that use Token
-
Uses of Token in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return TokenModifier and TypeMethodDescriptionstatic Token
TextUtilities.getTokenAtOffset
(Token tokens, int offset) Returns the token that contains the specified offset.Methods in org.gjt.sp.jedit with parameters of type TokenModifier 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
Subclasses of Token in org.gjt.sp.jedit.syntaxModifier and TypeClassDescriptionclass
A syntax token with extra information required for painting it on screen.Fields in org.gjt.sp.jedit.syntax declared as TokenModifier and TypeFieldDescriptionprotected Token
DefaultTokenHandler.firstToken
protected Token
DefaultTokenHandler.lastToken
Token.next
The next token in the linked list.Methods in org.gjt.sp.jedit.syntax that return TokenModifier and TypeMethodDescriptionprotected Token
DefaultTokenHandler.createToken
(byte id, int offset, int length, TokenMarker.LineContext context) DefaultTokenHandler.getTokens()
Returns the first syntax token.Methods in org.gjt.sp.jedit.syntax with parameters of type TokenModifier and TypeMethodDescriptionprotected void
DefaultTokenHandler.addToken
(Token token, TokenMarker.LineContext context)