Interface BytecodeAttribute
- All Known Implementing Classes:
BytecodeAttribute.InnerClass
public interface BytecodeAttribute
Bytecode attribute.
- Since:
- 0.4
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Inner class attribute. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(org.objectweb.asm.ClassVisitor bytecode) Write to bytecode.
-
Method Details
-
write
void write(org.objectweb.asm.ClassVisitor bytecode) Write to bytecode.- Parameters:
bytecode
- Bytecode where to write.
-