Uses of Class
org.codehaus.groovy.syntax.parser.UnexpectedTokenException

Packages that use UnexpectedTokenException
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
 

Uses of UnexpectedTokenException in org.codehaus.groovy.syntax.parser
 

Methods in org.codehaus.groovy.syntax.parser that return UnexpectedTokenException
protected  UnexpectedTokenException Parser.error(Token found, int[] expectedTypes, boolean throwIt, java.lang.String comment)
          Reports an error assembled from parts.
protected  UnexpectedTokenException Parser.error(int[] expectedTypes, boolean throwIt, int k, java.lang.String comment)
          Reports an error by generating and optionally throwing an UnexpectedTokenException.
protected  UnexpectedTokenException Parser.error(int[] expectedTypes, boolean throwIt, int k)
          A synonym for error( expectedTypes, throwIt, k, null ).
 



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