-
- All Implemented Interfaces:
public final class SimpleImmediateShortInstruction extends ImmediateShortInstruction
Describes an instruction that is followed by an immediate unsigned short.
-
-
Constructor Summary
Constructors Constructor Description SimpleImmediateShortInstruction(Opcode opcode, Integer immediateShort)SimpleImmediateShortInstruction(Opcode opcode)
-
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
-
-