Package org.eolang.jeo
Interface Transformation
- All Known Implementing Classes:
Assembling
,Caching
,Disassembling
,Logging
public interface Transformation
Transformation interface.
This interface defines the contract for transformations that convert files from one format to another. Implementations handle specific transformation types like assembling XMIR to bytecode or disassembling bytecode to XMIR.
- Since:
- 0.6.0
-
Method Summary
-
Method Details