Serializable
public class ASTRuntimeException extends RuntimeException
Constructor | Description |
---|---|
ASTRuntimeException(antlr.collections.AST ast,
String message) |
|
ASTRuntimeException(antlr.collections.AST ast,
String message,
Throwable throwable) |
Modifier and Type | Method | Description |
---|---|---|
protected static String |
description(antlr.collections.AST node) |
|
antlr.collections.AST |
getAst() |
|
int |
getColumn() |
|
int |
getLine() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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()