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