Uses of Interface
org.gjt.sp.jedit.syntax.TokenHandler
-
Uses of TokenHandler in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionprotected TokenMarker.LineContext
Buffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) -
Uses of TokenHandler in org.gjt.sp.jedit.buffer
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionTokenMarker.markTokens
(TokenMarker.LineContext prevContext, TokenHandler tokenHandler, Segment line) Do not call this method directly; call Buffer.markTokens() instead.