Uses of Class
org.millscript.millscript.syntax.TokenType

Packages that use TokenType
org.millscript.millscript.syntax   
 

Uses of TokenType in org.millscript.millscript.syntax
 

Methods in org.millscript.millscript.syntax that return TokenType
 TokenType TokenizerImpl.nextToken()
           
 TokenType Tokenizer.nextToken()
          Returns the type of the next token.
 TokenType SpiceClassParserDelegate.nextToken()
           
 TokenType TokenizerImpl.peekToken()
           
 TokenType Tokenizer.peekToken()
          Peeks a look at the type of the next token to be returned by nextToken.
 TokenType SpiceClassParserDelegate.peekToken()
           
static TokenType TokenType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TokenType[] TokenType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.