Searched defs:BIPUSH (Results 1 – 5 of 5) sorted by relevance
32 public class BIPUSH extends Instruction implements ConstantPushInstruction { class41 BIPUSH() { in BIPUSH() method in BIPUSH47 public BIPUSH(final byte b) { in BIPUSH() method in BIPUSH
49 int BIPUSH = 16; field
424 int BIPUSH = 16; // visitIntInsn field
344 short BIPUSH = 16; field
614 public static final short BIPUSH = 16; field in Const