MCPcopy Index your code
hub / github.com/beanshell/beanshell / getTypeDescriptors

Method getTypeDescriptors

src/bsh/ClassGeneratorUtil.java:1041–1047  ·  view source on GitHub ↗
(Class[] cparams)

Source from the content-addressed store, hash-verified

1039
1040
1041 private static String[] getTypeDescriptors(Class[] cparams) {
1042 String[] sa = new String[cparams.length];
1043 for (int i = 0; i < sa.length; i++) {
1044 sa[i] = BSHType.getTypeDescriptor(cparams[i]);
1045 }
1046 return sa;
1047 }
1048
1049
1050 /**

Callers 2

classContainsMethodMethod · 0.95

Calls 1

getTypeDescriptorMethod · 0.95

Tested by

no test coverage detected