org.datanucleus.enhancer.bcel.method
Class JdoIsNew
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.bcel.BCELClassMethod
org.datanucleus.enhancer.bcel.method.IsXXXMethod
org.datanucleus.enhancer.bcel.method.JdoIsNew
public class JdoIsNew
- extends IsXXXMethod
create jdoIsNew method.
- Version:
- $Revision: 1.1 $
|
Constructor Summary |
JdoIsNew(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)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JdoIsNew
public JdoIsNew(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 - invokeMethodName -
getInstance
public static JdoIsNew getInstance(BCELClassEnhancer gen)
Copyright © 2009. All Rights Reserved.