public class JdoReplaceFields extends ClassMethod
public final void jdoReplaceFields(int[] fieldIds) { if (fieldIds == null) throw new IllegalArgumentException("argument is null"); int i = fieldIds.length; if (i > 0) { int j = 0; do jdoReplaceField(fieldIds[j]); while (++j < i); } }
access, argNames, argTypes, enhancer, exceptions, LOCALISER, methodName, returnType, visitor
Constructor and Description |
---|
JdoReplaceFields(ClassEnhancer enhancer,
String name,
int access,
Object returnType,
Object[] argTypes,
String[] argNames)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Method to add the contents of the class method.
|
static JdoReplaceFields |
getInstance(ClassEnhancer enhancer) |
close, equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialise
public JdoReplaceFields(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 JdoReplaceFields getInstance(ClassEnhancer enhancer)
public void execute()
execute
in class ClassMethod
Copyright © 2021. All rights reserved.