|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
org.armedbear.lisp.ConditionThrowable
org.armedbear.lisp.Go
public final class Go
Field Summary | |
---|---|
LispObject |
tag
|
Fields inherited from class org.armedbear.lisp.ConditionThrowable |
---|
condition |
Constructor Summary | |
---|---|
Go(LispObject tag)
|
Method Summary | |
---|---|
LispObject |
getCondition()
|
LispObject |
getTag()
|
Methods inherited from class org.armedbear.lisp.ConditionThrowable |
---|
fillInStackTrace |
Methods inherited from class java.lang.Throwable |
---|
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 |
Field Detail |
---|
public final LispObject tag
Constructor Detail |
---|
public Go(LispObject tag)
Method Detail |
---|
public LispObject getTag()
public LispObject getCondition() throws ConditionThrowable
getCondition
in class ConditionThrowable
ConditionThrowable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |