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

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

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

Methods in org.codehaus.groovy.syntax.lexer that throw UnexpectedCharacterException
protected  char Lexer.la()
          Returns the next character, without consuming it.
protected  char Lexer.la(int k)
          Returns the next kth character, without consuming any.
protected  char Lexer.consume()
          Eats a character from the input stream.
 



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