MCPcopy Index your code
hub / github.com/java-native-access/jna / isVarArgs

Method isVarArgs

src/com/sun/jna/Function.java:801–803  ·  view source on GitHub ↗

Varargs are only supported on 1.5+.

(Method m)

Source from the content-addressed store, hash-verified

799
800 /** Varargs are only supported on 1.5+. */
801 static boolean isVarArgs(Method m) {
802 return IS_VARARGS.isVarArgs(m);
803 }
804
805 /** Varargs are only supported on 1.5+. */
806 static int fixedArgs(Method m) {

Callers 5

invokeMethod · 0.95
invokeMethod · 0.95
invokeMethod · 0.95
unfoldWhenVarargsMethod · 0.45
convertArgumentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected