org.jpox.enhancer.method
Class JdoIsDirty

java.lang.Object
  extended byorg.jpox.enhancer.method.ClassElementBuilder
      extended byorg.jpox.enhancer.method.MethodBuilder
          extended byorg.jpox.enhancer.method.JdoIsDirty

public class JdoIsDirty
extends MethodBuilder

Create jdoIsDirty() method.

Version:
$Revision: 1.7 $

Field Summary
 
Fields inherited from class org.jpox.enhancer.method.MethodBuilder
argName, argType, factory, il, LOCALISER, methodGen, methodName, resultType, synthetic, type
 
Fields inherited from class org.jpox.enhancer.method.ClassElementBuilder
classConfig, classGen, className, constantPoolGen, gen, jdoConfig, packageConfig
 
Constructor Summary
JdoIsDirty(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, boolean isDetachable)
          Constructor
 
Method Summary
 void execute()
          ClassElementBuilder routine
static JdoIsDirty getInstance(GeneratorBase gen, boolean isDetachable)
           
 
Methods inherited from class org.jpox.enhancer.method.MethodBuilder
close, createThrowException, createThrowException, equals, hashCode, init, isSynthetic
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdoIsDirty

public JdoIsDirty(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,
                  boolean isDetachable)
Constructor

Parameters:
methodName - Name of the method
type -
resultType -
argType -
argName -
synthetic -
gen -
isDetachable - Whether the class is detachable
Method Detail

getInstance

public static JdoIsDirty getInstance(GeneratorBase gen,
                                     boolean isDetachable)

execute

public void execute()
Description copied from class: ClassElementBuilder
ClassElementBuilder routine

Overrides:
execute in class MethodBuilder


Copyright © -2007 . All Rights Reserved.