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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java124 private Constructor _chosenConstructor; field in class:FunctionCall
492 _chosenConstructor = constructor;
767 _chosenConstructor.getDeclaringClass().getName();
768 Class[] paramTypes = _chosenConstructor.getParameterTypes();
820 _chosenConstructor.getDeclaringClass());

Completed in 50 milliseconds