Interface BytecodeAttribute
- All Known Implementing Classes:
InnerClass
,LocalVariable
public interface BytecodeAttribute
Bytecode attribute.
- Since:
- 0.4
-
Method Summary
Modifier and TypeMethodDescriptionConverts to directives.void
write
(org.objectweb.asm.ClassVisitor clazz) Write to class.void
Write to method.
-
Method Details
-
write
void write(org.objectweb.asm.ClassVisitor clazz) Write to class.- Parameters:
clazz
- Bytecode where to write.
-
write
Write to method.- Parameters:
method
- Bytecode where to write.labels
- Method labels.
-
directives
DirectivesAttribute directives()Converts to directives.- Returns:
- Directives.
-