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

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

Completed in 30 milliseconds