Package 

Class SimpleImmediateShortInstruction

    • 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.ImmediateShortInstruction

        getImmediateShort, getSize, read, setImmediateShort, 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

      • SimpleImmediateShortInstruction

        SimpleImmediateShortInstruction(Opcode opcode, Integer immediateShort)
      • SimpleImmediateShortInstruction

        SimpleImmediateShortInstruction(Opcode opcode)
    • Method Detail