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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java123 private Method _chosenMethod; field in class:FunctionCall
637 _chosenMethod = method;
645 if (_chosenMethod != null && _thisArgument == null &&
646 !Modifier.isStatic(_chosenMethod.getModifiers())) {
828 final String clazz = _chosenMethod.getDeclaringClass().getName();
829 Class[] paramTypes = _chosenMethod.getParameterTypes();
850 buffer.append(getSignature(_chosenMethod.getReturnType()));
868 _chosenMethod.getReturnType());

Completed in 31 milliseconds