HomeSort by relevance Sort by last modified time
    Searched refs:CtClassType (Results 1 - 7 of 7) sorted by null

  /external/javassist/src/main/javassist/
CtNewClass.java 22 class CtNewClass extends CtClassType {
CtNewWrappedMethod.java 76 if (!(clazz instanceof CtClassType))
100 bodyname = addBodyMethod((CtClassType)clazz, classfile,
134 private static String addBodyMethod(CtClassType clazz,
ClassPool.java 392 if (clazz instanceof CtClassType)
393 ((CtClassType)clazz).setClassPool(this);
401 * This method is invoked by CtClassType.setName(). It removes a
566 return new CtClassType(classname, this);
583 * Is invoked by CtClassType.setName() and methods in this class.
628 /* for CtClassType.getClassFile2(). Don't delegate to the parent.
717 CtClass clazz = new CtClassType(classfile, this);
747 CtClass clazz = new CtClassType(classfile, this);
807 * This method is called by CtClassType.makeNestedClass().
    [all...]
CtClassType.java 58 class CtClassType extends CtClass {
78 CtClassType(String name, ClassPool cp) {
92 CtClassType(InputStream ins, ClassPool cp) throws IOException {
883 CtMember.Cache memCache = ((CtClassType)cc).getMembers();
    [all...]
CtMember.java 49 Cache(CtClassType decl) {
CtBehavior.java 162 return CtClassType.hasAnnotationType(clz,
184 return CtClassType.getAnnotationType(clz,
226 return CtClassType.toAnnotationType(ignoreNotFound,
276 return CtClassType.toAnnotationType(ignoreNotFound,
    [all...]
CtField.java 132 /* Called by CtClassType.addField().
256 return CtClassType.hasAnnotationType(clz, getDeclaringClass().getClassPool(),
277 return CtClassType.getAnnotationType(clz, getDeclaringClass().getClassPool(),
316 return CtClassType.toAnnotationType(ignoreNotFound, getDeclaringClass().getClassPool(),
    [all...]

Completed in 2015 milliseconds