org.apache.bcel.generic
public class ILOAD extends LoadInstruction
Stack: ... -> ..., result
Version: $Id: ILOAD.java 152690 2001-10-29 19:59:54Z jvanzyl $
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