public final class Go extends ControlTransfer
Modifier and Type | Field and Description |
---|---|
LispObject |
tag |
LispObject |
tagbody |
Constructor and Description |
---|
Go(LispObject tagbody,
LispObject tag) |
Modifier and Type | Method and Description |
---|---|
LispObject |
getCondition() |
LispObject |
getTag() |
LispObject |
getTagBody() |
fillInStackTrace
public final LispObject tagbody
public final LispObject tag
public Go(LispObject tagbody, LispObject tag)
public LispObject getTagBody()
public LispObject getTag()
public LispObject getCondition()
getCondition
in class ControlTransfer