Uses of Class
gnu.kawa.lispexpr.LangObjType
-
Packages that use LangObjType Package Description gnu.kawa.lispexpr -
-
Uses of LangObjType in gnu.kawa.lispexpr
Subclasses of LangObjType in gnu.kawa.lispexpr Modifier and Type Class Description class
SeqSizeType
This matches a sequences of a specific length.Fields in gnu.kawa.lispexpr declared as LangObjType Modifier and Type Field Description static LangObjType
LangObjType. argListType
static LangObjType
LangObjType. argVectorType
static LangObjType
LangObjType. bitvectorType
static LangObjType
LangObjType. c16vectorType
static LangObjType
LangObjType. constVectorType
static LangObjType
LangObjType. dflonumType
static LangObjType
LangObjType. dynamicType
static LangObjType
LangObjType. f32vectorType
static LangObjType
LangObjType. f64vectorType
static LangObjType
LangObjType. filepathType
static LangObjType
LangObjType. gvectorType
static LangObjType
LangObjType. integerType
static LangObjType
LangObjType. istringType
Immutuable string, implemented using IStringstatic LangObjType
LangObjType. jstringType
Wrapper for java.lang.String, with extra coercions.static LangObjType
LangObjType. listType
static LangObjType
LangObjType. numericType
static LangObjType
LangObjType. pathType
static LangObjType
LangObjType. procedureType
static LangObjType
LangObjType. promiseType
static LangObjType
LangObjType. rationalType
static LangObjType
LangObjType. realType
static LangObjType
LangObjType. regexType
static LangObjType
LangObjType. s16vectorType
static LangObjType
LangObjType. s32vectorType
static LangObjType
LangObjType. s64vectorType
static LangObjType
LangObjType. s8vectorType
static LangObjType
LangObjType. sequenceType
static LangObjType
LangObjType. stringType
static LangObjType
LangObjType. typeClass
static LangObjType
LangObjType. typeClassType
static LangObjType
LangObjType. typeType
static LangObjType
LangObjType. u16vectorType
static LangObjType
LangObjType. u32vectorType
static LangObjType
LangObjType. u64vectorType
static LangObjType
LangObjType. u8vectorType
static LangObjType
LangObjType. URIType
static LangObjType
LangObjType. vectorType
Methods in gnu.kawa.lispexpr that return LangObjType Modifier and Type Method Description static LangObjType
LangObjType. getInstanceFromClass(String name)
Constructors in gnu.kawa.lispexpr with parameters of type LangObjType Constructor Description SimpleVectorBuilder(LangObjType vectorType)
-