Uses of Class
org.gjt.sp.jedit.syntax.TokenMarker.LineContext
-
Uses of TokenMarker.LineContext in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionprotected TokenMarker.LineContext
Buffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) Modifier and TypeMethodDescriptionprotected TokenMarker.LineContext
Buffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) -
Uses of TokenMarker.LineContext in org.gjt.sp.jedit.buffer
Modifier and TypeMethodDescriptionJEditBuffer.getLineContext
(int line) Returns the line context of the token marker for the specified line.final TokenMarker.LineContext
LineManager.getLineContext
(int line) protected TokenMarker.LineContext
JEditBuffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) Modifier and TypeMethodDescriptionprotected TokenMarker.LineContext
JEditBuffer.markTokens
(Segment seg, TokenMarker.LineContext prevContext, TokenHandler _tokenHandler) final void
LineManager.setLineContext
(int line, TokenMarker.LineContext context) -
Uses of TokenMarker.LineContext in org.gjt.sp.jedit.syntax
Modifier and TypeFieldDescriptionprotected TokenMarker.LineContext
DefaultTokenHandler.lineContext
TokenMarker.LineContext.parent
Modifier 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.Modifier and TypeMethodDescriptionprotected void
DefaultTokenHandler.addToken
(Token token, TokenMarker.LineContext context) protected Token
DefaultTokenHandler.createToken
(byte id, int offset, int length, TokenMarker.LineContext context) protected ParserRuleSet
DefaultTokenHandler.getParserRuleSet
(TokenMarker.LineContext context) void
DefaultTokenHandler.handleToken
(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.void
DisplayTokenHandler.handleToken
(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.void
DummyTokenHandler.handleToken
(Segment seg, byte id, int offset, int length, TokenMarker.LineContext context) Called by the token marker when a syntax token has been parsed.void
TokenHandler.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.void
DefaultTokenHandler.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).void
DummyTokenHandler.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).void
TokenHandler.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).