public class ASTRuntimeException
extends java.lang.RuntimeException
Constructor | Description |
---|---|
ASTRuntimeException(AST ast,
java.lang.String message) |
|
ASTRuntimeException(AST ast,
java.lang.String message,
java.lang.Throwable throwable) |
Modifier and Type | Method | Description |
---|---|---|
protected static java.lang.String |
description(AST node) |
|
AST |
getAst() |
|
int |
getColumn() |
|
int |
getLine() |