jellyj.classfile.classgen
Class SIPUSH
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.SIPUSH
- public class SIPUSH
- extends Instruction
SIPUSH - Push short
Stack: ... -> ..., value
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | SIPUSH() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| SIPUSH(short b) |
Method Summary |
void | dump(DataOutputStream out) Dump instruction as short code to stream out. |
String | toString() |
SIPUSH
SIPUSH()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
SIPUSH
public SIPUSH(short b)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as short code to stream out.
toString
public String toString()
- Returns: mnemonic for instruction