Searched refs:thisClassName (Results 1 – 4 of 4) sorted by relevance
36 public String thisClassName; field in LibraryClass90 return thisClassName; in getName()111 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getTag()116 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getString()121 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getStringString()126 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getClassName()131 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getName()136 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getType()142 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefClassName()147 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefName()[all …]
58 String thisClassName = Util.class.getName(); in getCallingClass() local63 if (thisClassName.equals(trace[i].getName())) in getCallingClass()
61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass); in visitLibraryClass()
134 libraryClass.thisClassName = getClassName(u2thisClass); in visitLibraryClass()