Package 

Class SimpleImmediateByteInstruction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.gjt.jclasslib.bytecode.ImmediateByteInstruction

        getImmediateByte, getSize, isWide, read, setImmediateByte, setWide, write
      • Methods inherited from class org.gjt.jclasslib.bytecode.Instruction

        getOffset, getOpcode, getPaddedSize, setOffset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleImmediateByteInstruction

        SimpleImmediateByteInstruction(Opcode opcode, Boolean isWide, Integer immediateByte)
      • SimpleImmediateByteInstruction

        SimpleImmediateByteInstruction(Opcode opcode, Boolean isWide)
    • Method Detail