public class ASTRuntimeException extends RuntimeException
Constructor and Description |
---|
ASTRuntimeException(antlr.collections.AST ast,
String message) |
ASTRuntimeException(antlr.collections.AST ast,
String message,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
protected static String |
description(antlr.collections.AST node) |
antlr.collections.AST |
getAst() |
int |
getColumn() |
int |
getLine() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ASTRuntimeException(antlr.collections.AST ast, String message)
protected static String description(antlr.collections.AST node)
public antlr.collections.AST getAst()
public int getLine()
public int getColumn()