Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.gjt.sp.jedit.syntax.Token

Uses of Token in org.gjt.sp.jedit.syntax
 

Subclasses of Token in org.gjt.sp.jedit.syntax
 class Chunk
          A syntax token with extra information required for painting it on screen.
 

Fields in org.gjt.sp.jedit.syntax 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.
private  Token SoftWrapTokenHandler.end
           
private  Token DisplayTokenHandler.end
           
protected  Token DefaultTokenHandler.firstToken
           
protected  Token DefaultTokenHandler.lastToken
           
 

Methods in org.gjt.sp.jedit.syntax 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.
 Token DefaultTokenHandler.getTokens()
          Returns the first syntax token.
protected  Token DefaultTokenHandler.createToken(byte id, int offset, int length, org.gjt.sp.jedit.syntax.TokenMarker.LineContext context)
           
 

Methods in org.gjt.sp.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.
protected  void DefaultTokenHandler.addToken(Token token, org.gjt.sp.jedit.syntax.TokenMarker.LineContext context)