Searched defs:addInterfaceMethodref (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java598 public int addInterfaceMethodref(String class_name, String method_name, String signature) { method in class:ConstantPoolGen
617 public int addInterfaceMethodref(MethodGen method) { method in class:ConstantPoolGen
618 return addInterfaceMethodref(method.getClassName(), method.getName(),
772 return addInterfaceMethodref(class_name, name, signature);

Completed in 23 milliseconds