org.apache.bcel.generic
public class FCONST extends Instruction implements ConstantPushInstruction, TypedInstruction
Stack: ... -> ...,
Version: $Id: FCONST.java 386056 2006-03-15 11:31:56Z tcurdt $
Field Summary | |
---|---|
float | value |
Constructor Summary | |
---|---|
FCONST()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
FCONST(float f) |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Type | getType(ConstantPoolGen cp) |
Number | getValue() |
Parameters: v Visitor object
Returns: Type.FLOAT