public class XobjArgs
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
XobjArgs |
cfold(Block block) |
static XobjArgs |
cons(Xobject x,
XobjArgs a) |
Xobject |
getArg() |
boolean |
hasNullArg() |
XobjArgs |
nextArgs() |
void |
setArg(Xobject x) |
void |
setNext(XobjArgs n) |
java.lang.String |
toString() |