| Modifier and Type | Field and Description |
|---|---|
TokenMarker.LineContext |
TokenMarker.LineContext.parent |
| Modifier and Type | Method and Description |
|---|---|
TokenMarker.LineContext |
TokenMarker.LineContext.intern() |
TokenMarker.LineContext |
TokenMarker.markTokens(TokenMarker.LineContext prevContext,
TokenHandler tokenHandler,
Segment line)
Do not call this method directly; call Buffer.markTokens() instead.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
HtmlColorizer.handleToken(Segment seg,
byte id,
int offset,
int length,
TokenMarker.LineContext context) |
TokenMarker.LineContext |
TokenMarker.markTokens(TokenMarker.LineContext prevContext,
TokenHandler tokenHandler,
Segment line)
Do not call this method directly; call Buffer.markTokens() instead.
|
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).
|
void |
HtmlColorizer.setLineContext(TokenMarker.LineContext lineContext) |
| Constructor and Description |
|---|
LineContext(ParserRuleSet rs,
TokenMarker.LineContext lc) |
Copyright © 2017 etc.to. All rights reserved.