|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token | |
|---|---|
| edu.utep.cs.jet.gui.editor.syn | Contains the source code for Java syntax highlighting. |
| Uses of Token in edu.utep.cs.jet.gui.editor.syn |
|---|
| Fields in edu.utep.cs.jet.gui.editor.syn declared as Token | |
|---|---|
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. |
| Methods in edu.utep.cs.jet.gui.editor.syn that return Token | |
|---|---|
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. |
| Methods in edu.utep.cs.jet.gui.editor.syn with parameters of type Token | |
|---|---|
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. |
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||