Class BytecodeRepresentation

  • All Implemented Interfaces:
    Representation

    public final class BytecodeRepresentation
    extends Object
    implements Representation
    Intermediate representation of a class files which can be optimized from bytecode. In order to implement this class you can also use that site to check if bytecode is correct: https://godbolt.org/
    Since:
    0.1.0
    • Constructor Detail

      • BytecodeRepresentation

        public BytecodeRepresentation​(Path clazz)
        Constructor.
        Parameters:
        clazz - Path to the class file
      • BytecodeRepresentation

        public BytecodeRepresentation​(byte[] input)
        Constructor.
        Parameters:
        input - Input source.