Uses of Class
org.codehaus.groovy.syntax.lexer.LexerException

Packages that use LexerException
org.codehaus.groovy.syntax.lexer Lexer. 
 

Uses of LexerException in org.codehaus.groovy.syntax.lexer
 

Subclasses of LexerException in org.codehaus.groovy.syntax.lexer
 class UnexpectedCharacterException
           
 class UnterminatedStringLiteralException
           
 

Methods in org.codehaus.groovy.syntax.lexer that throw LexerException
 Token Lexer.nextToken()
          Finds and returns (and consumes) the next token from the underlying stream.
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.