Searched defs:aClass (Results 1 – 10 of 10) sorted by relevance
20 public Class reload(Class aClass) throws ClassNotFoundException { in reload()
10 abstract public Class reload(Class aClass) throws ClassNotFoundException; in reload()
77 plugin.mVersions.forEach((aClass, version) -> { in checkVersion() argument91 versions.forEach((aClass, version) -> { in checkVersion() argument
189 public boolean apply(Class aClass) { in apply()198 private boolean hasValidConstructor(java.lang.Class<?> aClass) { in hasValidConstructor()
99 final Class<? extends GenericLifecycleObserver> aClass = in getGeneratedAdapterConstructor() local
44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
52 private TestMethod testMethodFor(Class<? extends TestCase> aClass) in testMethodFor()
85 final Class<T> aClass = (Class<T>) Class.forName( in getGeneratedImplementation() local
37 private static String toJavaCode(Class aClass) { in toJavaCode()
65 Class<?> aClass = myClassLoader.loadClass(newClassName); in testBoolean() local