Class BytecodeModule
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeModule
- All Implemented Interfaces:
BytecodeAttribute
Bytecode module.
- Since:
- 0.14.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.jeo.representation.bytecode.BytecodeAttribute
BytecodeAttribute.EnclosingMethod, BytecodeAttribute.NestHost, BytecodeAttribute.NestMembers, BytecodeAttribute.PermittedSubclasses, BytecodeAttribute.RecordComponents, BytecodeAttribute.SourceFile -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytecodeModule
public BytecodeModule()
-
-
Method Details
-
write
public void write(org.objectweb.asm.ClassVisitor ignore) Description copied from interface:BytecodeAttributeWrite to class.- Specified by:
writein interfaceBytecodeAttribute- Parameters:
ignore- Bytecode where to write.
-
write
Description copied from interface:BytecodeAttributeWrite to method.- Specified by:
writein interfaceBytecodeAttribute- Parameters:
method- Bytecode where to write.labels- Method labels.
-
directives
Description copied from interface:BytecodeAttributeConverts to directives.- Specified by:
directivesin interfaceBytecodeAttribute- Parameters:
index- Index of the attribute.format- Format of the directives.- Returns:
- Directives.
-