gnu.kawa.lispexpr
public class ClassNamespace extends Namespace implements Externalizable
| Constructor Summary | |
|---|---|
| ClassNamespace() | |
| ClassNamespace(ClassType ctype) | |
| Method Summary | |
|---|---|
| Object | get(String name) |
| ClassType | getClassType() |
| static ClassNamespace | getInstance(String name, ClassType ctype) |
| void | readExternal(ObjectInput in) |
| Object | readResolve() |
| void | writeExternal(ObjectOutput out) |