Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DMethodHTML.java44 private final AttributeHTML attribute_html; field in MethodHTML
48 … final ConstantHTML constant_html, final AttributeHTML attribute_html) throws IOException { in MethodHTML() argument
50 this.attribute_html = attribute_html; in MethodHTML()
89 attribute_html.writeAttribute(attributes[i], name + "@" + i); in writeField()
137 attribute_html.writeAttribute(attributes[i], "method" + method_number + "@" + i, in writeMethod()
153 attribute_html.writeAttribute(c_a[j], "method" + method_number + "@" + i + "@" in writeMethod()
DClass2HTML.java102 final AttributeHTML attribute_html = new AttributeHTML(dir, class_name, constant_pool, in Class2HTML() local
105 constant_html, attribute_html); in Class2HTML()
107 writeMainHTML(attribute_html); in Class2HTML()
109 attribute_html.close(); in Class2HTML()
220 private void writeMainHTML( final AttributeHTML attribute_html ) throws IOException { in writeMainHTML() argument
235 attribute_html.writeAttribute(attributes[i], "class" + i); in writeMainHTML()