org.apache.bcel.generic
public class IINC extends LocalVariableInstruction
Constructor Summary | |
---|---|
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. |
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