|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractImplementationGenerator | |
|---|---|
| org.jpox.enhancer | JPOX ByteCode enhancer. |
| org.jpox.enhancer.asm | Class Enhancer using ObjectWeb ASM (http://asm.objectweb.org). |
| org.jpox.enhancer.bcel | Class Enhancer using Apache BCEL (http://jakarta.apache.org/bcel). |
| Uses of AbstractImplementationGenerator in org.jpox.enhancer |
|---|
| Methods in org.jpox.enhancer that return AbstractImplementationGenerator | |
|---|---|
protected abstract AbstractImplementationGenerator |
AbstractImplementationCreator.getGenerator(org.jpox.metadata.AbstractClassMetaData acmd,
java.lang.String implClassName)
Method to return the generator for the implementation. |
| Uses of AbstractImplementationGenerator in org.jpox.enhancer.asm |
|---|
| Subclasses of AbstractImplementationGenerator in org.jpox.enhancer.asm | |
|---|---|
class |
ASMImplementationGenerator
Implementation generator using ASM bytecode manipulation library. |
| Methods in org.jpox.enhancer.asm that return AbstractImplementationGenerator | |
|---|---|
protected AbstractImplementationGenerator |
ASMImplementationCreator.getGenerator(org.jpox.metadata.AbstractClassMetaData acmd,
java.lang.String implClassName)
Method to return the generator for the implementation. |
| Uses of AbstractImplementationGenerator in org.jpox.enhancer.bcel |
|---|
| Subclasses of AbstractImplementationGenerator in org.jpox.enhancer.bcel | |
|---|---|
class |
BCELImplementationGenerator
Implementation generator using BCEL bytecode manipulation library. |
| Methods in org.jpox.enhancer.bcel that return AbstractImplementationGenerator | |
|---|---|
protected AbstractImplementationGenerator |
BCELImplementationCreator.getGenerator(org.jpox.metadata.AbstractClassMetaData acmd,
java.lang.String implClassName)
Method to return the generator for the implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||