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 classGenArrayTypeType of multi-dimensional arrays.classLangObjTypeA wrapper around a class type.classLangPrimTypeUse to implement some special types that convert differently.classSeqSizeTypeThis 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 classMappedArrayTypeAn array type where elements are copied from a sequence.classMultValuesTypeclassOccurrenceTypeA 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 voidInstanceOf. 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 classAttributeTypeMatches an attribute name pattern.classElementTypeclassNodeSetTypeclassNodeTypeA SeqPosition used to represent a node in (usually) a TreeList.classProcessingInstructionTypeclassXDataTypeAn atomic type as used in XML Schema and related languages.classXIntegerTypeA restriction (sub-range) of the integer type.classXStringTypeclassXTimeType
-