org.jpox.enhancer.method
Class CheckWriteMethod
java.lang.Object
org.jpox.enhancer.method.ClassElementBuilder
org.jpox.enhancer.method.MethodBuilder
org.jpox.enhancer.method.CheckWriteMethod
- public class CheckWriteMethod
- extends MethodBuilder
Create CHECK_READ method.
- Version:
- $Revision: 1.7 $
Constructor Summary |
CheckWriteMethod(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,
EnhancerFieldMetaData fieldConfig)
Constructor |
Method Summary |
void |
execute()
ClassElementBuilder routine |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
fieldConfig
protected EnhancerFieldMetaData fieldConfig
- target field
CheckWriteMethod
public CheckWriteMethod(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,
EnhancerFieldMetaData fieldConfig)
- Constructor
- Parameters:
methodName
- method nametype
- method modifierresultType
- return typeargType
- argment typesargName
- argment namessynthetic
- synthetic flaggen
- target class generatorfieldConfig
- target field.
execute
public void execute()
- Description copied from class:
ClassElementBuilder
- ClassElementBuilder routine
- Overrides:
execute
in class MethodBuilder
Copyright © -2007 . All Rights Reserved.