|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClassInfoCreator | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of ClassInfoCreator in org.multijava.util.classfile |
| Fields in org.multijava.util.classfile declared as ClassInfoCreator | |
private static ClassInfoCreator |
ClassInfoCreator.theInstance
The unique instance of this class. |
| Methods in org.multijava.util.classfile that return ClassInfoCreator | |
static ClassInfoCreator |
ClassInfoCreator.getInstance()
Returns the unique intance of this class. |
| Methods in org.multijava.util.classfile with parameters of type ClassInfoCreator | |
static ClassInfo |
ClassPath.getClassInfo(String name,
String suffix,
ClassInfoCreator creator,
boolean markNotFound,
boolean interfaceOnly)
Creates a class info object by reading bytecode from the file named name.suffix. |
| Constructors in org.multijava.util.classfile with parameters of type ClassInfoCreator | |
ClassInfo(DataInput in,
boolean interfaceOnly,
ClassInfoCreator cr)
Constructs a class info structure from a class file |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||