Class InstructionByte

java.lang.Object
org.aspectj.apache.bcel.generic.Instruction
org.aspectj.apache.bcel.generic.InstructionByte
All Implemented Interfaces:
Serializable, Cloneable, Constants

public class InstructionByte extends Instruction
Instruction that needs one byte
See Also:
Serialized Form
  • Constructor Details

    • InstructionByte

      public InstructionByte(short opcode, byte b)
  • Method Details