Interface BytecodeAttribute
- All Known Implementing Classes:
InnerClass
public interface BytecodeAttribute
Bytecode attribute.
- Since:
- 0.4
-
Method Summary
Modifier and TypeMethodDescriptionConverts to directives.void
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.
-
directives
DirectivesAttribute directives()Converts to directives.- Returns:
- Directives.
-