Home
last modified time | relevance | path

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

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java445 Method getter = findMethod(methods, getterName); in initMethodDescriptions()
457 Method setter = findMethod(methods, setterName); in initMethodDescriptions()
472 Method method = findMethod(methods, info.getName()); in initMethodDescriptions()
623 private Method findMethod(Method[] methods, String name) { in findMethod() method in TypeDescription

Completed in 14 milliseconds