gnu.kawa.reflect
public class SingletonType extends ObjectType
| Constructor Summary | |
|---|---|
| SingletonType(String name) | |
| Method Summary | |
|---|---|
| Object | coerceFromObject(Object obj) |
| static Object | coerceToSingleton(Object obj) |
| int | compare(Type other) |
| void | emitCoerceFromObject(CodeAttr code) |
| Type | getImplementationType() |
| static SingletonType | getInstance() |
| Class | getReflectClass() |
| boolean | isInstance(Object obj) |