org.jpox.enhancer.method
Class JdoReplaceFields

java.lang.Object
  extended byorg.jpox.enhancer.method.ClassElementBuilder
      extended byorg.jpox.enhancer.method.MethodBuilder
          extended byorg.jpox.enhancer.method.SwitchInverseTarget
              extended byorg.jpox.enhancer.method.JdoReplaceFields

public class JdoReplaceFields
extends SwitchInverseTarget

create jdoReplaceFields method.

Version:
$Id: JdoReplaceFields.java,v 1.3 2006/04/10 13:16:21 andy_jefferson Exp $

Field Summary
 
Fields inherited from class org.jpox.enhancer.method.SwitchInverseTarget
invokeMethodName
 
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
JdoReplaceFields(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
static JdoReplaceFields getInstance(GeneratorBase gen)
           
 
Methods inherited from class org.jpox.enhancer.method.SwitchInverseTarget
execute
 
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

JdoReplaceFields

public JdoReplaceFields(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 -
type -
resultType -
argType -
argName -
synthetic -
gen -
invokeMethodName -
Method Detail

getInstance

public static JdoReplaceFields getInstance(GeneratorBase gen)


Copyright © -2007 . All Rights Reserved.