-
- All Implemented Interfaces:
-
org.gjt.jclasslib.bytecode.HasWide
public final class SimpleImmediateByteInstruction extends ImmediateByteInstruction
Describes an instruction that is followed by an immediate unsigned byte.
-
-
Constructor Summary
Constructors Constructor Description SimpleImmediateByteInstruction(Opcode opcode, Boolean isWide, Integer immediateByte)SimpleImmediateByteInstruction(Opcode opcode, Boolean isWide)
-
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
-
-