MCPcopy Index your code
hub / github.com/apache/freemarker / getClass

Method getClass

src/main/java/freemarker/ext/beans/ClassString.java:184–186  ·  view source on GitHub ↗
(Class[] classes, int l, int i, boolean varArg)

Source from the content-addressed store, hash-verified

182 }
183
184 private static Class getClass(Class[] classes, int l, int i, boolean varArg) {
185 return varArg && i >= l - 1 ? classes[l - 1].getComponentType() : classes[i];
186 }
187
188 /**
189 * Returns all methods that are applicable to actual

Callers 15

moreSpecificMethod · 0.95
setTemplateDirectoryMethod · 0.80
setReferenceDirectoryMethod · 0.80
setUpMethod · 0.80
getResourceMethod · 0.80
getResourceAsStreamMethod · 0.80
doCatchMethod · 0.80
ClassTemplateLoaderMethod · 0.80
runMethod · 0.80
getTemplateMethod · 0.80
isTrueMethod · 0.80

Calls

no outgoing calls

Tested by 6

setTemplateDirectoryMethod · 0.64
setReferenceDirectoryMethod · 0.64
setUpMethod · 0.64
getResourceMethod · 0.64
getResourceAsStreamMethod · 0.64
doCatchMethod · 0.64