public class InitClass extends ClassMethod
static
{
jdoFieldNames = __jdoFieldNamesInit();
jdoFieldTypes = __jdoFieldTypesInit();
jdoFieldFlags = __jdoFieldFlagsInit();
jdoInheritedFieldCount = __jdoGetInheritedFieldCount();
jdoPersistenceCapableSuperclass = __jdoPersistenceCapableSuperclassInit();
JDOImplHelper.registerClass(___jdo$loadClass("mydomain.MyClass"),
jdoFieldNames, jdoFieldTypes, jdoFieldFlags,
jdoPersistenceCapableSuperclass, new MyClass());
}
access, argNames, argTypes, enhancer, exceptions, LOCALISER, methodName, returnType, visitor| Constructor and Description |
|---|
InitClass(ClassEnhancer enhancer,
String name,
int access,
Object returnType,
Object[] argTypes,
String[] argNames)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInitialiseInstructions(MethodVisitor mv)
Convenience method to add the initialise instructions to the supplied MethodVisitor.
|
void |
execute()
Method to add the contents of the class method.
|
static InitClass |
getInstance(ClassEnhancer enhancer) |
close, equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialisepublic InitClass(ClassEnhancer enhancer, String name, int access, Object returnType, Object[] argTypes, String[] argNames)
enhancer - ClassEnhancername - Name of methodaccess - Access typereturnType - Return typeargTypes - Argument typesargNames - Argument namespublic static InitClass getInstance(ClassEnhancer enhancer)
public void execute()
execute in class ClassMethodpublic void addInitialiseInstructions(MethodVisitor mv)
mv - MethodVisitor to useCopyright © 2013. All Rights Reserved.