MCPcopy Create free account
hub / github.com/Syncleus/aparapi / toSignature

Method toSignature

src/main/java/com/aparapi/Kernel.java:3791–3793  ·  view source on GitHub ↗
(Method method)

Source from the content-addressed store, hash-verified

3789 }
3790
3791 static String toSignature(Method method) {
3792 return method.getName() + getArgumentsLetters(method) + getReturnTypeLetter(method);
3793 }
3794
3795 private static String getArgumentsLetters(Method method) {
3796 StringBuilder sb = new StringBuilder("(");

Callers 3

getMappedMethodNameMethod · 0.95
computeMethod · 0.95
getPropertyMethod · 0.95

Calls 7

getArgumentsLettersMethod · 0.95
getReturnTypeLetterMethod · 0.95
getNameUTF8EntryMethod · 0.95
getUTF8Method · 0.80
getNameMethod · 0.65
getNameAndTypeEntryMethod · 0.45

Tested by

no test coverage detected