Class AsmModule
- java.lang.Object
-
- org.eolang.jeo.representation.asm.AsmModule
-
public final class AsmModule extends Object
ASM-based bytecode parser for Java modules.- Since:
- 0.15.0
-
-
Constructor Summary
Constructors Constructor Description AsmModule(org.objectweb.asm.tree.ModuleNode node)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeModule
bytecode()
Convert ASM module to domain bytecode module.
-
-
-
Method Detail
-
bytecode
public BytecodeModule bytecode()
Convert ASM module to domain bytecode module.- Returns:
- The domain bytecode module representation.
-
-