Package org.apache.openjpa.util.asm
Interface BytecodeWriter
-
public interface BytecodeWriterControl how enhanced bytecode is written.- Author:
- Steve Kim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(ClassNodeTracker type)
-
-
-
Method Detail
-
write
void write(ClassNodeTracker type) throws java.io.IOException
- Throws:
java.io.IOException
-
-