Home
last modified time | relevance | path

Searched refs:class_name2 (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java188 final String class_name2 = constant_pool.constantToString(index, tag); // / -> . in writeConstant() local
189 … String short_class_name = Utility.compactClassName(class_name2); // I.e., remove java.lang. in writeConstant()
192 ref = "<A HREF=\"" + class_name2 + ".html\" TARGET=_top>" + short_class_name in writeConstant()