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