Uses of Interface
gnu.mapping.HasNamedParts

Packages that use HasNamedParts
gnu.kawa.lispexpr Support classes for compiling and running Lisp languages. 
gnu.kawa.xml Classes for using XML within Kawa. 
gnu.mapping Supports Procedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). 
 

Uses of HasNamedParts in gnu.kawa.lispexpr
 

Classes in gnu.kawa.lispexpr that implement HasNamedParts
 class ClassNamespace
           
 class LispPackage
          Implementa A Common Lisp "package" value.
 

Uses of HasNamedParts in gnu.kawa.xml
 

Classes in gnu.kawa.xml that implement HasNamedParts
 class XmlNamespace
           
 

Uses of HasNamedParts in gnu.mapping
 

Classes in gnu.mapping that implement HasNamedParts
 class Namespace
          A mapping from strings ("print names") to Symbols.