Uses of Class
org.codehaus.groovy.syntax.SyntaxException

Packages that use SyntaxException
org.codehaus.groovy.antlr   
org.codehaus.groovy.control   
org.codehaus.groovy.control.messages   
org.codehaus.groovy.syntax Lexer, parser and trees. 
 

Uses of SyntaxException in org.codehaus.groovy.antlr
 

Subclasses of SyntaxException in org.codehaus.groovy.antlr
 class ASTParserException
          Thrown when trying to parse the AST
 

Uses of SyntaxException in org.codehaus.groovy.control
 

Methods in org.codehaus.groovy.control that return SyntaxException
 SyntaxException ErrorCollector.getSyntaxError(int index)
          Convenience routine to return the specified error's underlying SyntaxException, or null if it isn't one.
 

Methods in org.codehaus.groovy.control with parameters of type SyntaxException
 void ErrorCollector.addError(SyntaxException error, SourceUnit source)
          Convenience wrapper for addError().
 void SourceUnit.addError(SyntaxException se)
           
 

Uses of SyntaxException in org.codehaus.groovy.control.messages
 

Fields in org.codehaus.groovy.control.messages declared as SyntaxException
protected  SyntaxException SyntaxErrorMessage.cause
           
 

Methods in org.codehaus.groovy.control.messages that return SyntaxException
 SyntaxException SyntaxErrorMessage.getCause()
          Returns the underlying SyntaxException.
 

Methods in org.codehaus.groovy.control.messages with parameters of type SyntaxException
static Message Message.create(SyntaxException error, SourceUnit owner)
          Creates a new Message from the specified SyntaxException.
 

Constructors in org.codehaus.groovy.control.messages with parameters of type SyntaxException
SyntaxErrorMessage(SyntaxException cause, SourceUnit source)
           
 

Uses of SyntaxException in org.codehaus.groovy.syntax
 

Subclasses of SyntaxException in org.codehaus.groovy.syntax
 class ParserException
           
 class TokenException
           
 class TokenMismatchException
           
 class UnexpectedTokenException
           
 

Methods in org.codehaus.groovy.syntax that throw SyntaxException
 void RuntimeParserException.throwParserException()
           
 



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