Package 

Class IncrementInstruction

    • Constructor Detail

      • IncrementInstruction

        IncrementInstruction(Boolean wide, Integer immediateByte)
      • IncrementInstruction

        IncrementInstruction(Boolean wide)
    • Method Detail

      • read

         Unit read(ByteCodeInput input)

        Read this instruction from the given ByteCodeInput. Expects ByteCodeInput to be in JVM class file format and just before a instruction of this kind.

        Parameters:
        input - the ByteCodeInput from which to read
      • write

         Unit write(ByteCodeOutput output)

        Write this instruction to the given ByteCodeOutput.

        Parameters:
        output - the ByteCodeOutput to which to write