jellyj.classfile.classgen
Class IINC
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.IINC
- public class IINC
- extends Instruction
IINC - Increment local variable by constant
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | IINC() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| IINC(int n, int c) |
Method Summary |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
String | toString() |
IINC
IINC()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IINC
public IINC(int n, int c)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream
toString
public String toString()
- Returns: mnemonic for instruction