Searched refs:matchingMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java458 Method matchingMethod = null; field in class:LValue.LValueInstanceMember
492 if (matchingMethod == null) {
498 return jdiValue = obj.invokeMethod(thread, matchingMethod, methodArguments, 0);
506 if (matchingMethod != null) {
515 if (matchingMethod != null) {
519 matchingMethod = LValue.resolveOverload(overloads, arguments);
528 Method matchingMethod = null; field in class:LValue.LValueStaticMember
557 if (matchingMethod == null) {
561 return jdiValue = clazz.invokeMethod(thread, matchingMethod, methodArguments, 0);
572 if (matchingMethod !
[all...]

Completed in 23 milliseconds