|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
jedit | |
jedit.syntax |
Uses of Token in jedit |
---|
Fields in jedit 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 jedit that return Token | |
---|---|
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. |
Uses of Token in jedit.syntax |
---|
Methods in jedit.syntax with parameters of type Token | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |