Searched defs:parameterCount (Results 1 – 4 of 4) sorted by relevance
89 public int parameterCount() { return 0; } in parameterCount() method in MethodType
278 public int parameterCount() { // # outgoing values in parameterCount() method in MethodTypeForm
721 public int parameterCount() { in parameterCount() method in MethodType
995 final int parameterCount = executable.getParameterCount(); in getParameterTestHelpers() local