|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.mjc.ClassCreator
A factory class to create classes.
| Field Summary | |
private static ClassCreator |
theInstance
The unique instance of this class. |
| Constructor Summary | |
protected |
ClassCreator()
Creates a new instance. |
| Method Summary | |
CBinaryField |
createBinaryField(CClass owner,
FieldInfo fieldInfo)
Creates a binary field object. |
CBinaryMethod |
createBinaryMethod(CClass owner,
MethodInfo methodInfo,
CClassContextType declCtx)
Creates a binary method object. |
MemberAccess |
createMemberAccess(CClass owner,
CMemberHost host,
ClassInfo classInfo)
Creates a member access object. |
static ClassCreator |
getInstance()
Returns the unique intance of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final ClassCreator theInstance
| Constructor Detail |
protected ClassCreator()
| Method Detail |
public CBinaryField createBinaryField(CClass owner,
FieldInfo fieldInfo)
public CBinaryMethod createBinaryMethod(CClass owner,
MethodInfo methodInfo,
CClassContextType declCtx)
public MemberAccess createMemberAccess(CClass owner,
CMemberHost host,
ClassInfo classInfo)
public static ClassCreator getInstance()
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||