Class XmlModuleExported
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlModuleExported
-
public final class XmlModuleExported extends Object
XML representation of an exported module.Mirrors
BytecodeModuleExported
- Since:
- 0.15.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeModuleExported
bytecode()
Parse exported module to bytecode.
-
-
-
Method Detail
-
bytecode
public BytecodeModuleExported bytecode()
Parse exported module to bytecode.- Returns:
- Bytecode of the exported module.
-
-