org.jpox.enhancer.method
Class NormalGetMethod

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

public class NormalGetMethod
extends MethodBuilder

Version:
$Revision: 1.5 $

Field Summary
protected  EnhancerFieldMetaData fieldConfig
           
 
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
NormalGetMethod(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, EnhancerFieldMetaData fieldConfig)
           
 
Method Summary
 void execute()
          ClassElementBuilder routine
 
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
 

Field Detail

fieldConfig

protected EnhancerFieldMetaData fieldConfig
Constructor Detail

NormalGetMethod

public NormalGetMethod(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,
                       EnhancerFieldMetaData 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 © -2007 . All Rights Reserved.