Uses of Class
gnu.kawa.lispexpr.LangPrimType
-
Packages that use LangPrimType Package Description gnu.kawa.lispexpr kawa.standard -
-
Uses of LangPrimType in gnu.kawa.lispexpr
Fields in gnu.kawa.lispexpr declared as LangPrimType Modifier and Type Field Description static LangPrimType
LangPrimType. characterOrEofType
static LangPrimType
LangPrimType. characterType
static LangPrimType
LangPrimType. charType
static LangPrimType
LangPrimType. isTrueType
Special type used for boolean-valued guard expressions in patterns.static LangPrimType
LangPrimType. stringCursorType
static LangPrimType
LangPrimType. unsignedByteType
static LangPrimType
LangPrimType. unsignedIntType
static LangPrimType
LangPrimType. unsignedLongType
static LangPrimType
LangPrimType. unsignedShortType
-
Uses of LangPrimType in kawa.standard
Fields in kawa.standard declared as LangPrimType Modifier and Type Field Description static LangPrimType
Scheme. booleanType
-