• Home
  • Raw
  • Download

Lines Matching refs:CtClass

28 import javassist.CtClass;
62 CtClass clazz = pool1.get("scoped.jar1.TestClass1"); in testScopedClasses()
71 CtClass clazz = getCtClass(UnscopedAnnotationUsage.class); in testUnscopedAnnotationUsage()
77 CtClass clazz = getCtClass(UnscopedAnnotationDefaultUsage.class); in testUnscopedAnnotationDefaultUsage()
84 CtClass clazz = getCtClass("scoped.jar1.ScopedAnnotationUsage", cl); in testScopedAnnotationUsage()
91 CtClass clazz = getCtClass("scoped.jar1.ScopedAnnotationDefaultUsage", cl); in testScopedAnnotationDefaultUsage()
98 CtClass clazz = getCtClass("scoped.jar1.FullyScopedAnnotationUsage", cl); in testFullyScopedAnnotationUsage()
105 CtClass clazz = getCtClass("scoped.jar1.FullyScopedAnnotationDefaultUsage", cl); in testFullyScopedAnnotationDefaultUsage()
138 protected CtClass getCtClass(Class<?> clazz) throws Exception in getCtClass()
143 protected CtClass getCtClass(String name, ClassLoader cl) throws Exception in getCtClass()
147 CtClass clazz = pool.get(name); in getCtClass()
152 protected void checkTestAnnotation(CtClass ctClass, String value) throws Exception in checkTestAnnotation()
172 …protected void checkScopedAnnotation(ClassLoader cl, CtClass ctClass, String value) throws Excepti… in checkScopedAnnotation()
194 protected Object[] getFieldAnnotations(CtClass clazz) throws Exception in getFieldAnnotations()
201 protected Object[] getMethodAnnotations(CtClass clazz) throws Exception in getMethodAnnotations()
208 protected Object[] getMethodParameterAnnotations(CtClass clazz) throws Exception in getMethodParameterAnnotations()
218 protected Object[] getConstructorAnnotations(CtClass clazz) throws Exception in getConstructorAnnotations()
225 protected Object[] getConstructorParameterAnnotations(CtClass clazz) throws Exception in getConstructorParameterAnnotations()