org.jpox.enhancer.method
Class InitFieldTypes
java.lang.Object
org.jpox.enhancer.method.ClassElementBuilder
org.jpox.enhancer.method.MethodBuilder
org.jpox.enhancer.method.InitFieldTypes
- public class InitFieldTypes
- extends MethodBuilder
Create jdoFieldTypes init method.
- Version:
- $Revision: 1.7 $
Constructor Summary |
InitFieldTypes(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
GeneratorBase gen)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
InitFieldTypes
public InitFieldTypes(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
GeneratorBase gen)
- Parameters:
methodName
- type
- resultType
- argType
- argName
- synthetic
- gen
-
getInstance
public static InitFieldTypes getInstance(GeneratorBase gen)
- Create and return instance of this class.
- Parameters:
gen
- target class generator
- Returns:
- instance of this class
loadClass
protected void loadClass(org.apache.bcel.classfile.Field f)
execute
public void execute()
- Description copied from class:
ClassElementBuilder
- ClassElementBuilder routine
- Overrides:
execute
in class MethodBuilder
Copyright © -2007 . All Rights Reserved.