|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.enhancer.method.ClassElementBuilder
org.jpox.enhancer.method.MethodBuilder
org.jpox.enhancer.method.ReplaceMethodCallback
public abstract class ReplaceMethodCallback
Field Summary | |
---|---|
protected org.apache.bcel.classfile.Method |
originalMethod
|
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 | |
---|---|
ReplaceMethodCallback(org.apache.bcel.classfile.Method originalMethod,
GeneratorBase gen)
|
Method Summary | |
---|---|
void |
close()
Call after execute() method. |
Methods inherited from class org.jpox.enhancer.method.MethodBuilder |
---|
createThrowException, createThrowException, equals, execute, hashCode, init, isSynthetic |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.bcel.classfile.Method originalMethod
Constructor Detail |
---|
public ReplaceMethodCallback(org.apache.bcel.classfile.Method originalMethod, GeneratorBase gen)
originalMethod
- The original method to replacegen
- The generator baseMethod Detail |
---|
public void close()
ClassElementBuilder
close
in class MethodBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |