|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.antlr.ASTRuntimeException
public class ASTRuntimeException
Constructor Summary | |
---|---|
ASTRuntimeException(antlr.collections.AST ast,
java.lang.String message)
|
|
ASTRuntimeException(antlr.collections.AST ast,
java.lang.String message,
java.lang.Throwable throwable)
|
Method Summary | |
---|---|
protected static java.lang.String |
description(antlr.collections.AST node)
|
antlr.collections.AST |
getAst()
|
int |
getColumn()
|
int |
getLine()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ASTRuntimeException(antlr.collections.AST ast, java.lang.String message)
public ASTRuntimeException(antlr.collections.AST ast, java.lang.String message, java.lang.Throwable throwable)
Method Detail |
---|
protected static java.lang.String description(antlr.collections.AST node)
public antlr.collections.AST getAst()
public int getLine()
public int getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |