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 ) . |