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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java548 public int addMethodref(String class_name, String method_name, String signature) { method in class:ConstantPoolGen
567 public int addMethodref(MethodGen method) { method in class:ConstantPoolGen
568 return addMethodref(method.getClassName(), method.getName(),
775 return addMethodref(class_name, name, signature);

Completed in 48 milliseconds