Interface BytecodeAttribute
- All Known Implementing Classes:
BytecodeAttribute.InnerClass
public interface BytecodeAttribute
Bytecode attribute.
- Since:
- 0.4
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classInner class attribute. -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(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.
-