Stack: ... -> ..., value
Modifier and Type | Field and Description |
---|---|
private short |
Access | Constructor and Description |
---|---|
pack-priv | |
public |
Modifier and Type | Method and Description |
---|---|
public void | accept(final Visitor
Visitor object v)Implements abstract com. |
public void | dump(final DataOutputStream
Output stream out)Overrides com. |
public Type | Returns: Type.SHORTImplements com. |
public Number | |
protected void | initFromFile(final ByteSequence
byte sequence to read from bytes, final boolean "wide" instruction flag wide)Overrides com. |
public String | Returns: mnemonic for instructionlong/short format switch verbose)Overrides com. |
b | back to summary |
---|---|
private short b |
SIPUSH | back to summary |
---|---|
pack-priv SIPUSH() Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. |
SIPUSH | back to summary |
---|---|
public SIPUSH(final short b) |
accept | back to summary |
---|---|
public void accept(final Visitor v) Implements abstract com. Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last. |
dump | back to summary |
---|---|
public void dump(final DataOutputStream out) throws IOException Overrides com. Dump instruction as short code to stream out.
|
getType | back to summary |
---|---|
public Type getType(final ConstantPoolGen cp) Implements com. |
getValue | back to summary |
---|---|
public Number getValue() Implements com.
|
initFromFile | back to summary |
---|---|
protected void initFromFile(final ByteSequence bytes, final boolean wide) throws IOException Overrides com. Read needed data (e.g. index) from file.
|
toString | back to summary |
---|---|
public String toString(final boolean verbose) Overrides com. Doc from com. Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")" |