Class LDC2_W

All Implemented Interfaces:
Cloneable, IndexedInstruction, PushInstruction, StackProducer, TypedInstruction

public class LDC2_W extends CPInstruction implements PushInstruction
LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
  • Constructor Details

    • LDC2_W

      public LDC2_W(int index)
  • Method Details

    • accept

      public void accept(Visitor v)
      Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, that is, the most specific visitXXX() call comes last.
      Specified by:
      accept in class Instruction
      Parameters:
      v - Visitor object.
    • getType

      Description copied from interface: TypedInstruction
      Gets the type associated with this instruction.
      Specified by:
      getType in interface TypedInstruction
      Overrides:
      getType in class CPInstruction
      Parameters:
      cpg - the constant pool generator.
      Returns:
      type related with this instruction.
    • getValue