org.jpox.enhancer.method
Class IsXXXMethod
java.lang.Object
org.jpox.enhancer.method.ClassElementBuilder
org.jpox.enhancer.method.MethodBuilder
org.jpox.enhancer.method.IsXXXMethod
- Direct Known Subclasses:
- JdoIsDeleted, JdoIsNew, JdoIsPersistent, JdoIsTransactional
public class IsXXXMethod
- extends MethodBuilder
Create jdoIsNew and jdoIsDirty methods in base class.
- Version:
- $Revision: 1.4 $
|
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,
GeneratorBase gen,
java.lang.String invokeMethodName)
|
|
Method Summary |
void |
execute()
ClassElementBuilder routine |
| 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,
GeneratorBase 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:
ClassElementBuilder
- ClassElementBuilder routine
- Overrides:
execute in class MethodBuilder
Copyright © -2010 . All Rights Reserved.