org.apache.bcel.generic
public class ILOAD extends LoadInstruction
Stack: ... -> ..., result
Constructor Summary | |
---|---|
ILOAD(int n) Load int from local variable |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Parameters: n index of local variable
Parameters: v Visitor object