org.jpox.enhancer.bcel.method
Class NormalSetMethod

java.lang.Object
  extended by org.jpox.enhancer.bcel.method.ClassElementBuilder
      extended by org.jpox.enhancer.bcel.method.MethodBuilder
          extended by org.jpox.enhancer.bcel.method.NormalSetMethod

public class NormalSetMethod
extends MethodBuilder

Version:
$Revision: 1.2 $

Field Summary
protected  BCELFieldMetaData fieldConfig
           
 
Fields inherited from class org.jpox.enhancer.bcel.method.MethodBuilder
argName, argType, factory, il, LOCALISER, methodGen, methodName, resultType, synthetic, type
 
Fields inherited from class org.jpox.enhancer.bcel.method.ClassElementBuilder
classConfig, classGen, className, constantPoolGen, gen
 
Constructor Summary
NormalSetMethod(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, BCELFieldMetaData fieldConfig)
           
 
Method Summary
 void execute()
          ClassElementBuilder routine
 
Methods inherited from class org.jpox.enhancer.bcel.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
 

Field Detail

fieldConfig

protected BCELFieldMetaData fieldConfig
Constructor Detail

NormalSetMethod

public NormalSetMethod(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,
                       BCELFieldMetaData fieldConfig)
Parameters:
methodName -
type -
resultType -
argType -
argName -
synthetic -
gen -
Method Detail

execute

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

Overrides:
execute in class MethodBuilder


Copyright © -2008 . All Rights Reserved.