Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java628 …public int lookupInterfaceMethodref( final String class_name, final String method_name, final Stri… in lookupInterfaceMethodref() method in ConstantPoolGen
635 public int lookupInterfaceMethodref( final MethodGen method ) { in lookupInterfaceMethodref() method in ConstantPoolGen
636 return lookupInterfaceMethodref(method.getClassName(), method.getName(), method in lookupInterfaceMethodref()
654 if ((ret = lookupInterfaceMethodref(class_name, method_name, signature)) != -1) { in addInterfaceMethodref()