Uses of Class
org.gjt.sp.jedit.syntax.TokenMarker.LineContext
Packages that use TokenMarker.LineContext
-
Uses of TokenMarker.LineContext in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return TokenMarker.LineContextModifier and TypeMethodDescriptionprotected TokenMarker.LineContextBuffer.markTokens(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) Methods in org.gjt.sp.jedit with parameters of type TokenMarker.LineContextModifier and TypeMethodDescriptionprotected TokenMarker.LineContextBuffer.markTokens(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) -
Uses of TokenMarker.LineContext in org.gjt.sp.jedit.buffer
Methods in org.gjt.sp.jedit.buffer that return TokenMarker.LineContextModifier and TypeMethodDescriptionJEditBuffer.getLineContext(int line) Returns the line context of the token marker for the specified line.final TokenMarker.LineContextLineManager.getLineContext(int line) protected TokenMarker.LineContextJEditBuffer.markTokens(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) Methods in org.gjt.sp.jedit.buffer with parameters of type TokenMarker.LineContextModifier and TypeMethodDescriptionprotected TokenMarker.LineContextJEditBuffer.markTokens(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) final voidLineManager.setLineContext(int line, TokenMarker.LineContext context) -
Uses of TokenMarker.LineContext in org.gjt.sp.jedit.syntax
Fields in org.gjt.sp.jedit.syntax declared as TokenMarker.LineContextModifier and TypeFieldDescriptionprotected TokenMarker.LineContextDefaultTokenHandler.lineContextTokenMarker.LineContext.parentMethods in org.gjt.sp.jedit.syntax that return TokenMarker.LineContextModifier and TypeMethodDescriptionDefaultTokenHandler.getLineContext()The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).TokenMarker.LineContext.intern()TokenMarker.markTokens(TokenMarker.LineContext prevContext, TokenHandler tokenHandler, Segment line) Do not call this method directly; call Buffer.markTokens() instead.Methods in org.gjt.sp.jedit.syntax with parameters of type TokenMarker.LineContextModifier and TypeMethodDescriptionprotected voidDefaultTokenHandler.addToken(Token token, TokenMarker.LineContext context) protected TokenDefaultTokenHandler.createToken(byte id, int offset, int length, TokenMarker.LineContext context) protected ParserRuleSetDefaultTokenHandler.getParserRuleSet(TokenMarker.LineContext context) voidDefaultTokenHandler.handleToken(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.voidDisplayTokenHandler.handleToken(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.voidDummyTokenHandler.handleToken(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.voidTokenHandler.handleToken(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.TokenMarker.markTokens(TokenMarker.LineContext prevContext, TokenHandler tokenHandler, Segment line) Do not call this method directly; call Buffer.markTokens() instead.voidDefaultTokenHandler.setLineContext(TokenMarker.LineContext lineContext) The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).voidDummyTokenHandler.setLineContext(TokenMarker.LineContext lineContext) The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).voidTokenHandler.setLineContext(TokenMarker.LineContext lineContext) The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).Constructors in org.gjt.sp.jedit.syntax with parameters of type TokenMarker.LineContext