Package org.eolang.jeo.representation
Class BytecodeTranspilation
- java.lang.Object
-
- org.eolang.jeo.representation.BytecodeTranspilation
-
public class BytecodeTranspilation extends Object
Transpilation of the bytecode to the EO.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description BytecodeTranspilation(Path classes, Path target)
Constructor.
-
-
-
Method Detail
-
transpile
public void transpile() throws IOException
Transpile all bytecode files.- Throws:
IOException
- If some I/O problem arises.
-
-