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.LineContextBuffer.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 TypeMethodDescriptionvoidJEditBuffer.markTokens(int lineIndex, TokenHandler tokenHandler) Returns the syntax tokens for the specified line.protected TokenMarker.LineContextJEditBuffer.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 TypeClassDescriptionclassBuilds a linked list of tokens without any additional processing.classCreatesChunkobjects that can be painted on screen.classA 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.