public class VncKeyword extends VncString implements IVncFunction
| Constructor and Description |
|---|
VncKeyword(java.lang.String v) |
VncKeyword(java.lang.String v,
VncVal meta) |
| Modifier and Type | Method and Description |
|---|---|
VncVal |
apply(VncList args) |
int |
compareTo(VncVal o) |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncSymbol |
toSymbol() |
TypeRank |
typeRank() |
VncKeyword |
withMeta(VncVal meta) |
convertToJavaObject, empty, equals, first, getValue, hashCode, isEmpty, last, nth, nthOrDefault, second, size, toVncList, wrapgetMeta, getMetaVal, getMetaVal, getWrappingTypeDef, isPrivate, isVncCollection, isVncList, isWrappedpublic VncKeyword(java.lang.String v)
public VncKeyword(java.lang.String v,
VncVal meta)
public VncVal apply(VncList args)
apply in interface IVncFunctionpublic VncKeyword withMeta(VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncStringpublic int compareTo(VncVal o)