Uses of Class
org.devaki.nextobjects.ui.editor.syntax.Token

Packages that use Token
org.devaki.nextobjects.ui.editor.syntax   
 

Uses of Token in org.devaki.nextobjects.ui.editor.syntax
 

Subclasses of Token in org.devaki.nextobjects.ui.editor.syntax
 class SqlToken
          Description: A JavaToken is a token that is returned by a lexer that is lexing a java source file.
 

Methods in org.devaki.nextobjects.ui.editor.syntax that return Token
 Token Lexer.getNextToken()
          Returns the next token.
 Token SqlLexer.getNextToken(boolean returnComments, boolean returnWhiteSpace)
          next Token method that allows you to control if whitespace and comments are returned as tokens.
 Token SqlLexer.getNextToken()
          Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
 



Copyright © 2002-2004 devaki.org. All Rights Reserved.