gnu.kawa.lispexpr
public class LangObjType extends ObjectType implements TypeValue
| Field Summary | |
|---|---|
| static LangObjType | filepathType |
| static LangObjType | pathType |
| static LangObjType | URIType |
| Method Summary | |
|---|---|
| Object | coerceFromObject(Object obj) |
| int | compare(Type other) |
| void | emitCoerceFromObject(CodeAttr code) |
| void | emitIsInstance(Variable incoming, Compilation comp, Target target) |
| void | emitTestIf(Variable incoming, Declaration decl, Compilation comp) |
| Procedure | getConstructor() |
| Type | getImplementationType() |
| int | getMethods(Filter filter, int searchSupers, Vector result, String context) |
| Class | getReflectClass() |