Package | Description |
---|---|
org.jeditor.core |
This package contains the core syntax classes of the library.
|
org.jeditor.scripts.base |
Contains the generic package for syntax management.
|
Modifier and Type | Method and Description |
---|---|
Token |
Word.getToken()
Return the Token.
|
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(javax.swing.text.Segment line,
int lineIndex)
A wrapper for the lower-level
markTokensImpl method that is called to split a line up into tokens. |
Modifier and Type | Method and Description |
---|---|
static int |
SyntaxUtilities.paintSyntaxLine(javax.swing.text.Segment line,
Token tokens,
SyntaxStyle[] styles,
javax.swing.text.TabExpander expander,
java.awt.Graphics gfx,
int x,
int y)
Paints the specified line onto the graphics context.
|
Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence