Uses of Interface
gnu.expr.TypeValue

Packages that use TypeValue
gnu.kawa.lispexpr Support classes for compiling and running Lisp languages. 
gnu.kawa.reflect Contains classes to use reflection. 
gnu.kawa.xml Classes for using XML within Kawa. 
 

Uses of TypeValue in gnu.kawa.lispexpr
 

Classes in gnu.kawa.lispexpr that implement TypeValue
 class LangObjType
           
 class LangPrimType
          Use to implement some special types that convert differently.
 

Uses of TypeValue in gnu.kawa.reflect
 

Classes in gnu.kawa.reflect that implement TypeValue
 class OccurrenceType
          A type that matches some number of repetitions of a basetype.
 

Methods in gnu.kawa.reflect with parameters of type TypeValue
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
 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