org.armedbear.lisp
Class Go

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.armedbear.lisp.ControlTransfer
                  extended by org.armedbear.lisp.Go
All Implemented Interfaces:
java.io.Serializable

public final class Go
extends ControlTransfer

See Also:
Serialized Form

Field Summary
 LispObject tag
           
 LispObject tagbody
           
 
Constructor Summary
Go(LispObject tagbody, LispObject tag)
           
 
Method Summary
 LispObject getCondition()
           
 LispObject getTag()
           
 LispObject getTagBody()
           
 
Methods inherited from class org.armedbear.lisp.ControlTransfer
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

tagbody

public final LispObject tagbody

tag

public final LispObject tag
Constructor Detail

Go

public Go(LispObject tagbody,
          LispObject tag)
Method Detail

getTagBody

public LispObject getTagBody()

getTag

public LispObject getTag()

getCondition

public LispObject getCondition()
Specified by:
getCondition in class ControlTransfer