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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java125 private MethodType _chosenMethodType; field in class:FunctionCall
433 _chosenMethodType = ptype;
698 if (_chosenMethodType != null)
699 type = _chosenMethodType.resultType();
740 if (_chosenMethodType.toSignature(args).
750 _chosenMethodType.toSignature(args));

Completed in 30 milliseconds