Package org.eolang.jeo
Class Disassembling
java.lang.Object
org.eolang.jeo.Disassembling
- All Implemented Interfaces:
Transformation
Disassembling transformation.
This class implements the transformation process that converts Java bytecode into XMIR representation. It reads .class files and produces corresponding XMIR files in the specified target directory with configurable detail levels.
- Since:
- 0.6.0
-
Method Summary
-
Method Details
-
source
Description copied from interface:TransformationThe path to the file to be transformed.- Specified by:
sourcein interfaceTransformation- Returns:
- Path to the source file
-
target
Description copied from interface:TransformationThe path to the transformed file.- Specified by:
targetin interfaceTransformation- Returns:
- Path to the target file after transformation
-
transform
public byte[] transform()Description copied from interface:TransformationTransform the file.- Specified by:
transformin interfaceTransformation- Returns:
- Transformed file content as byte array
-