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 TokenTextUtilities.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 TokenTextUtilities.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 TypeClassDescriptionclassA syntax token with extra information required for painting it on screen.Fields in org.gjt.sp.jedit.syntax declared as TokenModifier and TypeFieldDescriptionprotected TokenDefaultTokenHandler.firstTokenprotected TokenDefaultTokenHandler.lastTokenToken.nextThe next token in the linked list.Methods in org.gjt.sp.jedit.syntax that return TokenModifier and TypeMethodDescriptionprotected TokenDefaultTokenHandler.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 voidDefaultTokenHandler.addToken(Token token, TokenMarker.LineContext context)