Package | Description |
---|---|
org.syntax.jedit |
JEditTextArea classes
|
org.syntax.jedit.tokenmarker |
JEditTextArea TokenMarker related classes
|
Modifier and Type | Method and Description |
---|---|
static int |
SyntaxUtilities.paintSyntaxLine(Segment line,
Token tokens,
SyntaxStyle[] styles,
TabExpander expander,
Graphics gfx,
int x,
int y)
Paints the specified line onto the graphics context.
|
Modifier and Type | Field and Description |
---|---|
protected Token |
TokenMarker.firstToken
The first token in the list.
|
protected Token |
TokenMarker.lastToken
The last token in the list.
|
Token |
Token.next
The next token in the linked list.
|
Modifier and Type | Method and Description |
---|---|
Token |
TokenMarker.markTokens(Segment line,
int lineIndex)
A wrapper for the lower-level
markTokensImpl method that is
called to split a line up into tokens. |
Copyright © 2019. All Rights Reserved.