Searched defs:BIPUSH (Results 1 – 3 of 3) 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
344 short BIPUSH = 16; field
560 public static final short BIPUSH = 16; field in Const