Searched refs:ICONST (Results 1 – 7 of 7) sorted by relevance
27 public class ICONST extends Instruction implements ConstantPushInstruction { class36 ICONST() { in ICONST() method in ICONST40 public ICONST(final int i) { in ICONST() method in ICONST
49 public static final Instruction ICONST_M1 = new ICONST(-1);50 public static final Instruction ICONST_0 = new ICONST(0);51 public static final Instruction ICONST_1 = new ICONST(1);52 public static final Instruction ICONST_2 = new ICONST(2);53 public static final Instruction ICONST_3 = new ICONST(3);54 public static final Instruction ICONST_4 = new ICONST(4);55 public static final Instruction ICONST_5 = new ICONST(5);
50 Instruction ICONST_M1 = new ICONST(-1);51 Instruction ICONST_0 = new ICONST(0);52 Instruction ICONST_1 = new ICONST(1);53 Instruction ICONST_2 = new ICONST(2);54 Instruction ICONST_3 = new ICONST(3);55 Instruction ICONST_4 = new ICONST(4);56 Instruction ICONST_5 = new ICONST(5);
513 void visitICONST( ICONST obj ); in visitICONST()
823 public void visitICONST( final ICONST obj ) { in visitICONST()
663 public void visitICONST(final ICONST o) { in visitICONST()
1507 public void visitICONST(final ICONST o) { in visitICONST()