org.apache.bcel.generic
public class IINC extends LocalVariableInstruction
Version: $Id: IINC.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| int | c |
| boolean | wide |
| Constructor Summary | |
|---|---|
| IINC()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| IINC(int n, int c) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| void | dump(DataOutputStream out)
Dump instruction as byte code to stream out. |
| int | getIncrement() |
| Type | getType(ConstantPoolGen cp) |
| protected void | initFromFile(ByteSequence bytes, boolean wide)
Read needed data (e.g. index) from file. |
| void | setIncrement(int c)
Set increment factor. |
| void | setIndex(int n)
Set index of local variable. |
| void | setWide() |
| String | toString(boolean verbose) |
Parameters: n index of local variable c increment factor
Parameters: v Visitor object
Parameters: out Output stream
Returns: increment factor
Returns: int type
Returns: mnemonic for instruction