Searched refs:DCONST (Results 1 – 7 of 7) sorted by relevance
27 public class DCONST extends Instruction implements ConstantPushInstruction { class36 DCONST() { in DCONST() method in DCONST40 public DCONST(final double f) { in DCONST() method in DCONST
61 public static final Instruction DCONST_0 = new DCONST(0);62 public static final Instruction DCONST_1 = new DCONST(1);
62 Instruction DCONST_0 = new DCONST(0);63 Instruction DCONST_1 = new DCONST(1);
201 void visitDCONST( DCONST obj ); in visitDCONST()
313 public void visitDCONST( final DCONST obj ) { in visitDCONST()
294 public void visitDCONST(final DCONST o) { in visitDCONST()
826 public void visitDCONST(final DCONST o) { in visitDCONST()