Class AsmModule
java.lang.Object
org.eolang.jeo.representation.asm.AsmModule
ASM-based bytecode parser for Java modules.
- Since:
- 0.15.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsmModule
public AsmModule(org.objectweb.asm.tree.ModuleNode node) Constructor.- Parameters:
node- The ASM module node to parse.
-
-
Method Details
-
bytecode
Convert ASM module to domain bytecode module.- Returns:
- The domain bytecode module representation.
-