public class ASTRuntimeException
extends java.lang.RuntimeException
Constructor and 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 and Description |
---|---|
protected static java.lang.String |
description(antlr.collections.AST node) |
antlr.collections.AST |
getAst() |
int |
getColumn() |
int |
getLine() |