Uses of Interface
org.apache.openjpa.util.asm.BytecodeWriter
-
Packages that use BytecodeWriter Package Description org.apache.openjpa.enhance OpenJPA Enhancer -
-
Uses of BytecodeWriter in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return BytecodeWriter Modifier and Type Method Description BytecodeWriter
PCEnhancer. getBytecodeWriter()
Return the currentBytecodeWriter
to write to or null if none.Methods in org.apache.openjpa.enhance with parameters of type BytecodeWriter Modifier and Type Method Description static boolean
PCEnhancer. run(OpenJPAConfiguration conf, java.lang.String[] args, PCEnhancer.Flags flags, MetaDataRepository repos, BytecodeWriter writer, java.lang.ClassLoader loader)
Enhance the given classes.void
PCEnhancer. setBytecodeWriter(BytecodeWriter writer)
Set theBytecodeWriter
to write the bytecode to or null if none.
-