Home | History | Annotate | Download | only in expr

Lines Matching defs:thisClass

47     CtClass thisClass;
60 thisClass = declaring;
70 public CtClass getEnclosingClass() { return thisClass; }
100 CtBehavior[] cb = thisClass.getDeclaredBehaviors();
105 CtConstructor init = thisClass.getClassInitializer();
132 ClassPool pool = thisClass.getClassPool();
204 ClassFile cf = thisClass.getClassFile2();
258 // The implementation of replace() should call thisClass.checkModify()
259 // so that isModify() will return true. Otherwise, thisClass.classfile
320 if (ed.doit(thisClass, thisMethod, context, oldIterator, endPos))