| EDU.purdue.cs.bloat.reflect.ClassInfoLoader
All known Subclasses: EDU.purdue.cs.bloat.file.ClassFileLoader,
newClass | public ClassInfo newClass(int modifiers, int classIndex, int superClassIndex, int[] interfaceIndexes, java.util.List constants)(Code) | | Creates a new class or interface.
Parameters: modifiers - The modifiers describing the newly-created class Parameters: classIndex - The index of the name of the newly-created class in itsconstant pool Parameters: superClassIndex - The index of the name of the newly-created class's superclassin its constant pool Parameters: interfaceIndexes - The indexes of the names of the interfaces that thenewly-created class implements Parameters: constants - The constant pool for the newly created class (a list ofConstants). |
|
|