org.jpox.enhancer.bcel.method
Class WriteObject
java.lang.Object
org.jpox.enhancer.ClassMethod
org.jpox.enhancer.bcel.BCELClassMethod
org.jpox.enhancer.bcel.method.WriteObject
public class WriteObject
- extends BCELClassMethod
Create WriteObject method.
- Version:
- $Revision: 1.2 $
|
Constructor Summary |
WriteObject(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)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CN_ObjectOutputStreamName
protected static java.lang.String CN_ObjectOutputStreamName
WriteObject
public WriteObject(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)
- Parameters:
methodName - type - resultType - argType - argName - synthetic - gen -
getInstance
public static WriteObject getInstance(BCELClassEnhancer gen)
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.