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