Class StackInstruction

java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.StackInstruction
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
DUP, DUP_X1, DUP_X2, DUP2, DUP2_X1, DUP2_X2, POP, POP2, SWAP

public abstract class StackInstruction extends Instruction
Super class for stack operations like DUP and POP.
  • Constructor Details

    • StackInstruction

      protected StackInstruction(short opcode)
      Parameters:
      opcode - instruction opcode
  • Method Details