Home
last modified time | relevance | path

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

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodType.java61 public MethodType changeParameterType(int num, Class<?> nptype) { return null; } in changeParameterType() argument
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java373 public MethodType changeParameterType(int num, Class<?> nptype) { in changeParameterType() argument
374 if (parameterType(num) == nptype) return this; in changeParameterType()
375 checkPtype(nptype); in changeParameterType()
377 nptypes[num] = nptype; in changeParameterType()