public class VncKeyword extends VncString implements IVncFunction
| Modifier and Type | Field and Description |
|---|---|
static VncKeyword |
TYPE |
| 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) |
java.util.List<VncKeyword> |
getAllSupertypes() |
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 static final VncKeyword TYPE
public 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 java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncStringpublic int compareTo(VncVal o)