Uses of Interface
gnu.expr.TypeValue
-
Packages that use TypeValue Package Description gnu.kawa.lispexpr gnu.kawa.reflect Contains classes to use reflection.gnu.kawa.xml -
-
Uses of TypeValue in gnu.kawa.lispexpr
Classes in gnu.kawa.lispexpr that implement TypeValue Modifier and Type Class Description class
GenArrayType
Type of multi-dimensional arrays.class
LangObjType
A wrapper around a class type.class
LangPrimType
Use to implement some special types that convert differently.class
SeqSizeType
This matches a sequences of a specific length. -
Uses of TypeValue in gnu.kawa.reflect
Classes in gnu.kawa.reflect that implement TypeValue Modifier and Type Class Description class
MappedArrayType
An array type where elements are copied from a sequence.class
MultValuesType
class
OccurrenceType
A type that matches some number of repetitions of a basetype.Methods in gnu.kawa.reflect with parameters of type TypeValue Modifier and Type Method Description static void
InstanceOf. emitIsInstance(TypeValue type, Variable incoming, Compilation comp, Target target)
-
Uses of TypeValue in gnu.kawa.xml
Classes in gnu.kawa.xml that implement TypeValue Modifier and Type Class Description class
AttributeType
Matches an attribute name pattern.class
ElementType
class
NodeSetType
class
NodeType
A SeqPosition used to represent a node in (usually) a TreeList.class
ProcessingInstructionType
class
XDataType
An atomic type as used in XML Schema and related languages.class
XIntegerType
A restriction (sub-range) of the integer type.class
XStringType
class
XTimeType
-