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()466 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store attribute… in attributesAccept()
61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass); in visitLibraryClass()
101 UString thisClassName = classRef()->className(); in className() local102 if (!thisClassName.isEmpty()) in className()103 return thisClassName; in className()
134 libraryClass.thisClassName = getClassName(u2thisClass); in visitLibraryClass()