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

Packages that use UnexpectedTokenException
org.codehaus.groovy.syntax.parser   
 

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, String comment)
          Reports an error assembled from parts.
protected  UnexpectedTokenException Parser.error(int[] expectedTypes, boolean throwIt, int k, 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-2004 The Codehaus. All Rights Reserved.