Home
last modified time | relevance | path

Searched refs:addInterfaceMethodref (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java650 …public int addInterfaceMethodref( final String class_name, final String method_name, final String … in addInterfaceMethodref() method in ConstantPoolGen
670 public int addInterfaceMethodref( final MethodGen method ) { in addInterfaceMethodref() method in ConstantPoolGen
671 … return addInterfaceMethodref(method.getClassName(), method.getName(), method.getSignature()); in addInterfaceMethodref()
823 return addInterfaceMethodref(class_name, name, signature); in addConstant()
DInstructionFactory.java94 index = cp.addInterfaceMethodref(class_name, name, signature); in createInvoke()