All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static VncVal |
createChoiceType(VncChoiceTypeDef typeDef,
VncVal val) |
static VncCustomType |
createCustomType(VncCustomTypeDef typeDef,
java.util.List<VncVal> typeArgs) |
static VncCustomType |
createCustomType(VncCustomTypeDef typeDef,
VncMap fields) |
static VncVal |
createType(java.util.List<VncVal> args,
Env env) |
static VncVal |
createWrappedType(VncWrappingTypeDef typeDef,
VncVal val) |
static VncVal |
defineCustomChoiceType(VncKeyword type,
VncList choiceVals,
ReadEvalFunction interpreter,
Env env) |
static VncVal |
defineCustomType(VncKeyword type,
VncVector fields,
VncFunction validationFn,
ReadEvalFunction interpreter,
Env env) |
static VncVal |
defineCustomWrapperType(VncKeyword type,
VncKeyword baseType,
VncFunction validationFn,
ReadEvalFunction interpreter,
Env env,
CustomWrappableTypes wrappableTypes) |
static boolean |
isCustomType(VncKeyword typeDef,
Env env) |
static boolean |
isCustomType(VncVal val,
Env env) |
static VncKeyword |
qualifyMainTypeWithCurrentNS(VncKeyword type,
java.lang.String fnName) |