public class VncVolatile extends VncVal implements IDeref
| Constructor and Description |
|---|
VncVolatile(VncVal value,
VncVal meta) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertToJavaObject() |
VncVal |
deref() |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
VncVal |
reset(VncVal newVal) |
VncVal |
swap(VncFunction fn,
VncList args) |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
TypeRank |
typeRank() |
VncVolatile |
withMeta(VncVal meta) |
compareTo, equals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncCollection, isVncList, isWrapped, wrappublic VncVolatile withMeta(VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncValpublic VncVal swap(VncFunction fn, VncList args)
public java.lang.Object convertToJavaObject()
convertToJavaObject in class VncValpublic java.lang.String toString()
toString in class java.lang.Object