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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java580 public int lookupInterfaceMethodref(String class_name, String method_name, String signature) { method in class:ConstantPoolGen
586 public int lookupInterfaceMethodref(MethodGen method) { method in class:ConstantPoolGen
587 return lookupInterfaceMethodref(method.getClassName(), method.getName(),
601 if((ret = lookupInterfaceMethodref(class_name, method_name, signature)) != -1)

Completed in 29 milliseconds