Class ConversionInstruction

    • Constructor Detail

      • ConversionInstruction

        ConversionInstruction()
        Empty constructor needed for Instruction.readInstruction. Not to be used otherwise.
      • ConversionInstruction

        protected ConversionInstruction​(short opcode)
        Constructs a ConversionInstruction.
        Parameters:
        opcode - opcode of instruction.
    • Method Detail

      • getType

        public Type getType​(ConstantPoolGen cp)
        Description copied from interface: TypedInstruction
        Gets the type associated with this instruction.
        Specified by:
        getType in interface TypedInstruction
        Parameters:
        cp - the constant pool generator.
        Returns:
        type associated with the instruction.