org.datanucleus.enhancer.bcel.method
Class SwitchInverseTarget
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.bcel.BCELClassMethod
org.datanucleus.enhancer.bcel.method.SwitchInverseTarget
- Direct Known Subclasses:
- JdoReplaceFields
public class SwitchInverseTarget
- extends BCELClassMethod
- Version:
- $Revision: 1.3 $
|
Constructor Summary |
SwitchInverseTarget(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,
java.lang.String invokeMethodName)
|
|
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 |
invokeMethodName
protected java.lang.String invokeMethodName
SwitchInverseTarget
public SwitchInverseTarget(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,
java.lang.String invokeMethodName)
- Parameters:
methodName - type - resultType - argType - argName - synthetic - 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 © 2009. All Rights Reserved.