org.jpox.enhancer.bcel.method
Class MediateReadMethod
java.lang.Object
org.jpox.enhancer.ClassMethod
org.jpox.enhancer.bcel.BCELClassMethod
org.jpox.enhancer.bcel.method.MediateReadMethod
public class MediateReadMethod
- extends BCELClassMethod
- Version:
- $Revision: 1.7 $
|
Method Summary |
void |
execute()
Method to add the contents of the class method. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
fieldConfig
protected BCELFieldPropertyMetaData fieldConfig
- target field
MediateReadMethod
public MediateReadMethod(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
BCELClassEnhancer gen,
BCELFieldPropertyMetaData 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:
BCELClassMethod
- Method to add the contents of the class method.
- Overrides:
execute in class BCELClassMethod
Copyright © -2008 . All Rights Reserved.