Class JeoDecompiler


  • public final class JeoDecompiler
    extends Object
    Decompiler that gets jeo instructions and decompiles them into high-level EO constructs.
    Since:
    0.1
    • Constructor Detail

      • JeoDecompiler

        public JeoDecompiler​(com.jcabi.xml.XML prog)
        Constructor.
        Parameters:
        prog - Program in XMIR format received from jeo maven plugin.
    • Method Detail

      • decompile

        public com.jcabi.xml.XML decompile()
        Decompile program.
        Returns:
        EO program.