Class BytecodeTranspilation


  • public class BytecodeTranspilation
    extends Object
    Transpilation of the bytecode to the EO.
    Since:
    0.1.0
    • Constructor Detail

      • BytecodeTranspilation

        public BytecodeTranspilation​(Path classes,
                                     Path target)
        Constructor.
        Parameters:
        classes - Project compiled classes.
        target - Project default target directory.
    • Method Detail

      • transpile

        public void transpile()
                       throws IOException
        Transpile all bytecode files.
        Throws:
        IOException - If some I/O problem arises.