Searched defs:FCONST (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java62 * FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception
68 public class FCONST extends Instruction class in inherits:Instruction,ConstantPushInstruction,TypedInstruction
76 FCONST() {} method in class:FCONST
78 public FCONST(float f) { method in class:FCONST
88 throw new ClassGenException("FCONST can be used only for 0.0, 1.0 and 2.0: " + f);

Completed in 86 milliseconds