Uses of Interface
org.gjt.sp.jedit.syntax.TokenHandler
Packages that use TokenHandler
-
Uses of TokenHandler in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with parameters of type TokenHandlerModifier and TypeMethodDescriptionprotected TokenMarker.LineContext
Buffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) -
Uses of TokenHandler in org.gjt.sp.jedit.buffer
Methods in org.gjt.sp.jedit.buffer with parameters of type TokenHandlerModifier and TypeMethodDescriptionvoid
JEditBuffer.markTokens
(int lineIndex, TokenHandler tokenHandler) Returns the syntax tokens for the specified line.protected TokenMarker.LineContext
JEditBuffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) -
Uses of TokenHandler in org.gjt.sp.jedit.syntax
Classes in org.gjt.sp.jedit.syntax that implement TokenHandlerModifier and TypeClassDescriptionclass
Builds a linked list of tokens without any additional processing.class
CreatesChunk
objects that can be painted on screen.class
A dummy token handler that discards tokens.Methods in org.gjt.sp.jedit.syntax with parameters of type TokenHandlerModifier and TypeMethodDescriptionTokenMarker.markTokens
(TokenMarker.LineContext prevContext, TokenHandler tokenHandler, Segment line) Do not call this method directly; call Buffer.markTokens() instead.