org.datanucleus.enhancer.bcel.method
Class IsXXXMethod
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.bcel.BCELClassMethod
org.datanucleus.enhancer.bcel.method.IsXXXMethod
- Direct Known Subclasses:
- JdoIsDeleted, JdoIsNew, JdoIsPersistent, JdoIsTransactional
public class IsXXXMethod
- extends BCELClassMethod
Create jdoIsNew and jdoIsDirty methods in base class.
- Version:
- $Revision: 1.3 $
|
Constructor Summary |
IsXXXMethod(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
IsXXXMethod
public IsXXXMethod(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 - Name of the methodtype - TyperesultType - Type of result from methodargType - Argument typesargName - Argument namessynthetic - Whether synthetic or notgen - Generator baseinvokeMethodName - Method name to invoke
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.