D | Rop.java | 27 public final class Rop { class 94 public Rop(int opcode, Type result, TypeList sources, in Rop() method in Rop 141 public Rop(int opcode, Type result, TypeList sources, in Rop() method in Rop 159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop() method in Rop 176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop() method in Rop 177 this(opcode, result, sources, StdTypeList.EMPTY, Rop.BRANCH_NONE, in Rop() 194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop() method in Rop 196 this(opcode, result, sources, exceptions, Rop.BRANCH_THROW, false, in Rop() 210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop() method in Rop 211 this(opcode, Type.VOID, sources, exceptions, Rop.BRANCH_THROW, true, in Rop() [all …]
|