Klasse InstructionByte

java.lang.Object
org.aspectj.apache.bcel.generic.Instruction
org.aspectj.apache.bcel.generic.InstructionByte
Alle implementierten Schnittstellen:
Serializable, Cloneable, Constants

public class InstructionByte extends Instruction
Instruction that needs one byte
Siehe auch:
  • Konstruktordetails

    • InstructionByte

      public InstructionByte(short opcode, byte b)
  • Methodendetails

    • dump

      public void dump(DataOutputStream out) throws IOException
      Setzt außer Kraft:
      dump in Klasse Instruction
      Löst aus:
      IOException
    • toString

      public String toString(boolean verbose)
      Beschreibung aus Klasse kopiert: Instruction
      Long output format: 'name of opcode' "[" 'opcode number' "]" "(" 'length of instruction' ")"
      Setzt außer Kraft:
      toString in Klasse Instruction
    • getTypecode

      public final byte getTypecode()
      For supporting NEWARRAY
      Gibt zurück:
      typecode of the array
    • getType

      public final Type getType()
      For supporting NEWARRAY
      Setzt außer Kraft:
      getType in Klasse Instruction
      Gibt zurück:
      type of the array
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Instruction
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Instruction