public class DefaultConstructor extends ClassMethod
access, argNames, argTypes, enhancer, exceptions, methodName, returnType, visitor| Constructor and Description |
|---|
DefaultConstructor(ClassEnhancer enhancer,
String name,
int access,
Object returnType,
Object[] argTypes,
String[] argNames)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the method
|
void |
execute()
Method to add the contents of the class method.
|
static DefaultConstructor |
getInstance(ClassEnhancer enhancer) |
equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialisepublic DefaultConstructor(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 DefaultConstructor getInstance(ClassEnhancer enhancer)
public void execute()
execute in class ClassMethodpublic void close()
close in class ClassMethodCopyright © 2017. All rights reserved.