Home | History | Annotate | Download | only in file

Lines Matching defs:thisClass

46     private final CstType thisClass;
79 * @param thisClass {@code non-null;} type constant for this class
87 public ClassDefItem(CstType thisClass, int accessFlags,
89 if (thisClass == null) {
90 throw new NullPointerException("thisClass == null");
102 this.thisClass = thisClass;
108 this.classData = new ClassDataItem(thisClass);
134 typeIds.intern(thisClass);
173 int classIdx = typeIds.indexOf(thisClass);
186 out.annotate(0, indexString() + ' ' + thisClass.toHuman());
226 return thisClass;