Home
last modified time | relevance | path

Searched refs:CtClassType (Results 1 – 7 of 7) sorted by relevance

/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java76 if (!(clazz instanceof CtClassType)) in makeBody0()
100 bodyname = addBodyMethod((CtClassType)clazz, classfile, in makeBody0()
134 private static String addBodyMethod(CtClassType clazz, in addBodyMethod()
DClassPool.java392 if (clazz instanceof CtClassType) in getAndRename()
393 ((CtClassType)clazz).setClassPool(this); in getAndRename()
566 return new CtClassType(classname, this); in createCtClass()
717 CtClass clazz = new CtClassType(classfile, this); in makeClass()
747 CtClass clazz = new CtClassType(classfile, this); in makeClassIfNew()
DCtClassType.java58 class CtClassType extends CtClass { class
78 CtClassType(String name, ClassPool cp) { in CtClassType() method in CtClassType
92 CtClassType(InputStream ins, ClassPool cp) throws IOException { in CtClassType() method in CtClassType
883 CtMember.Cache memCache = ((CtClassType)cc).getMembers(); in getFields()
1109 if (cc instanceof CtClassType) { in getMethods0()
1110 CtMember.Cache memCache = ((CtClassType)cc).getMembers(); in getMethods0()
1135 if (cc instanceof CtClassType) { in getMethod0()
1136 CtMember.Cache memCache = ((CtClassType)cc).getMembers(); in getMethod0()
1656 if (ic != null && ic instanceof CtClassType) in makeMemberList()
1657 ((CtClassType)ic).makeMemberList(table); in makeMemberList()
[all …]
DCtNewClass.java22 class CtNewClass extends CtClassType {
DCtBehavior.java162 return CtClassType.hasAnnotationType(clz, in hasAnnotation()
184 return CtClassType.getAnnotationType(clz, in getAnnotation()
226 return CtClassType.toAnnotationType(ignoreNotFound, in getAnnotations()
276 return CtClassType.toAnnotationType(ignoreNotFound, in getParameterAnnotations()
DCtMember.java49 Cache(CtClassType decl) { in Cache()
DCtField.java256 return CtClassType.hasAnnotationType(clz, getDeclaringClass().getClassPool(), in hasAnnotation()
277 return CtClassType.getAnnotationType(clz, getDeclaringClass().getClassPool(), in getAnnotation()
316 return CtClassType.toAnnotationType(ignoreNotFound, getDeclaringClass().getClassPool(), in getAnnotations()