| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.syntax | The jEdit syntax highlighting engine. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Token | TextUtilities. getTokenAtOffset(Token tokens,
                int offset)Returns the token that contains the specified offset. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Token | TextUtilities. getTokenAtOffset(Token tokens,
                int offset)Returns the token that contains the specified offset. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChunkA syntax token with extra information required for painting it
 on screen. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Token | DefaultTokenHandler. firstToken | 
| protected Token | DefaultTokenHandler. lastToken | 
| Token | Token. nextThe next token in the linked list. | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
| protected void | DefaultTokenHandler. addToken(Token token,
        TokenMarker.LineContext context) |