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