Searched refs:Class2HTML (Results 1 – 6 of 6) sorted by relevance
114 final String html_method_name = Class2HTML.toHTML(method_name); in writeConstant()129 final String ret_type = Class2HTML.referenceType(type); in writeConstant()132 buf.append(Class2HTML.referenceType(args[i])); in writeConstant()203 final String str = Class2HTML.toHTML(constant_pool.constantToString(index, tag)); in writeConstant()213 + Class2HTML.toHTML(constant_pool.constantToString(index, tag)) in writeConstant()219 …file.println("<P><TT>" + Class2HTML.toHTML(constant_pool.constantToString(index, tag)) + "</TT>\n"… in writeConstant()
84 + Class2HTML.referenceType(type) + "</TD><TD><A NAME=\"field" + name + "\">" + name in writeField()122 html_name = Class2HTML.toHTML(name); in writeMethod()125 file.print("<TD>" + Class2HTML.referenceType(type) + "</TD><TD>" + "<A HREF=" + class_name in writeMethod()129 file.print(Class2HTML.referenceType(args[i])); in writeMethod()
273 name = Class2HTML.referenceClass(class_index); in codeToHTML()289 name = Class2HTML.referenceClass(class_index); in codeToHTML()291 str = Class2HTML.toHTML(constant_pool.constantToString(constant_pool.getConstant( in codeToHTML()304 buf.append(Class2HTML.referenceType(args[i])); in codeToHTML()310 buf.append("):").append(Class2HTML.referenceType(type)); in codeToHTML()319 Class2HTML.toHTML(constant_pool.constantToString(index, in codeToHTML()326 Class2HTML.toHTML(constant_pool.constantToString(index, in codeToHTML()503 final String html_name = Class2HTML.toHTML(name); in writeMethod()510 + method_number + ">" + Class2HTML.referenceType(type) + "</A> <A HREF=\"" in writeMethod()514 file.print(Class2HTML.referenceType(args[i])); in writeMethod()
57 public class Class2HTML implements Constants { class84 public Class2HTML(final JavaClass java_class, final String dir) throws IOException { in Class2HTML() method in Class2HTML159 new Class2HTML(java_class, dir); in main()
175 file.println("<LI>" + Class2HTML.referenceType(signature) + " <B>" in writeAttribute()
40 new Class2HTML(parser.parse(), outputDir.getAbsolutePath() + "/"); in testConvertJavaUtil()