Package jminusminus

Class CLStackInstruction

java.lang.Object
jminusminus.CLInstruction
jminusminus.CLStackInstruction

class CLStackInstruction extends CLInstruction
Representation for STACK instructions.
  • Constructor Details

    • CLStackInstruction

      public CLStackInstruction(int opcode, int pc)
      Constructs a CLStackInstruction object.
      Parameters:
      opcode - the opcode for this instruction.
      pc - index of this instruction within the code array of a method.
  • Method Details

    • toBytes

      public ArrayList<Integer> toBytes()
      Returns the bytecode for this instruction.
      Specified by:
      toBytes in class CLInstruction
      Returns:
      the bytecode for this instruction.