Class ASTRuntimeException

All Implemented Interfaces:
Serializable

public class ASTRuntimeException extends RuntimeException
Used within the Groovy's AntlrParserPlugin
See Also:
  • Constructor Details

    • ASTRuntimeException

      public ASTRuntimeException(antlr.collections.AST ast, String message)
    • ASTRuntimeException

      public ASTRuntimeException(antlr.collections.AST ast, String message, Throwable throwable)
  • Method Details

    • description

      protected static String description(antlr.collections.AST node)
    • getAst

      public antlr.collections.AST getAst()
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()