Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
org.gjt.sp.jedit.syntax |
The jEdit syntax highlighting engine.
|
Modifier and Type | Method | Description |
---|---|---|
static Token |
TextUtilities.getTokenAtOffset(Token tokens,
int offset) |
Returns the token that contains the specified offset.
|
Modifier and Type | Method | Description |
---|---|---|
static Token |
TextUtilities.getTokenAtOffset(Token tokens,
int offset) |
Returns the token that contains the specified offset.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Chunk |
A syntax token with extra information required for painting it
on screen.
|
Modifier and Type | Field | Description |
---|---|---|
protected Token |
DefaultTokenHandler.firstToken |
|
protected Token |
DefaultTokenHandler.lastToken |
|
Token |
Token.next |
The next token in the linked list.
|
Modifier and Type | Method | Description |
---|---|---|
protected Token |
DefaultTokenHandler.createToken(byte id,
int offset,
int length,
TokenMarker.LineContext context) |
|
Token |
DefaultTokenHandler.getTokens() |
Returns the first syntax token.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
DefaultTokenHandler.addToken(Token token,
TokenMarker.LineContext context) |