Searched refs:nargs (Results 1 – 1 of 1) sorted by relevance
890 int nargs = type().parameterCount(); in asSpreaderChecks() local891 if (nargs < arrayLength || arrayLength < 0) in asSpreaderChecks()896 for (int i = nargs - arrayLength; i < nargs; i++) { in asSpreaderChecks()1011 int nargs = type().parameterCount(); in asCollectorChecks() local1012 if (nargs != 0) { in asCollectorChecks()1013 Class<?> lastParam = type().parameterType(nargs-1); in asCollectorChecks()