|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.classfile.ClassInfoCreator
A factory class to create class info objects.
| Field Summary | |
private static ClassInfoCreator |
theInstance
The unique instance of this class. |
| Constructor Summary | |
protected |
ClassInfoCreator()
Creates a new instance. |
| Method Summary | |
ClassInfo |
createClassInfo(java.io.DataInput data,
boolean interfaceOnly)
Creates a class info object by reading bytecode from the data input stream data. |
FieldInfo |
createFieldInfo(java.io.DataInput data,
ConstantPool cp)
Creates a field info object by reading bytecode from the data input stream data. |
MethodInfo |
createMethodInfo(java.io.DataInput data,
ConstantPool cp,
boolean interfaceOnly)
Creates a method info object by reading bytecode from the data input stream data. |
static ClassInfoCreator |
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 ClassInfoCreator theInstance
| Constructor Detail |
protected ClassInfoCreator()
| Method Detail |
public ClassInfo createClassInfo(java.io.DataInput data,
boolean interfaceOnly)
throws java.io.IOException,
ClassFileFormatException
data.
java.io.IOException
ClassFileFormatException
public FieldInfo createFieldInfo(java.io.DataInput data,
ConstantPool cp)
throws java.io.IOException,
ClassFileFormatException
data.
java.io.IOException
ClassFileFormatException
public MethodInfo createMethodInfo(java.io.DataInput data,
ConstantPool cp,
boolean interfaceOnly)
throws java.io.IOException,
ClassFileFormatException
data.
java.io.IOException
ClassFileFormatExceptionpublic static ClassInfoCreator getInstance()
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||