Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DAttributeHTML.java52 private final ConstantHTML constant_html; field in AttributeHTML
57 final ConstantHTML constant_html) throws IOException { in AttributeHTML() argument
60 this.constant_html = constant_html; in AttributeHTML()
116 … file.print(constant_html.referenceConstant(catch_type)); // Create Link to _cp.html in writeAttribute()
200 + constant_html.referenceConstant(classe.getInnerClassIndex()) in writeAttribute()
202 + constant_html.referenceConstant(classe.getOuterClassIndex()) in writeAttribute()
DMethodHTML.java43 private final ConstantHTML constant_html; field in MethodHTML
48 … final ConstantHTML constant_html, final AttributeHTML attribute_html) throws IOException { in MethodHTML() argument
51 this.constant_html = constant_html; in MethodHTML()
144 file.print(constant_html.referenceConstant(exceptions[j])); in writeMethod()
DClass2HTML.java97 final ConstantHTML constant_html = new ConstantHTML(dir, class_name, class_package, methods, in Class2HTML() local
103 constant_html); in Class2HTML()
105 constant_html, attribute_html); in Class2HTML()
108 new CodeHTML(dir, class_name, methods, constant_pool, constant_html); in Class2HTML()
DCodeHTML.java53 private final ConstantHTML constant_html; field in CodeHTML
58 final ConstantHTML constant_html) throws IOException { in CodeHTML() argument
62 this.constant_html = constant_html; in CodeHTML()
243 buf.append(constant_html.referenceConstant(class_index)).append(".").append( in codeToHTML()
253 buf.append(constant_html.referenceConstant(index)); in codeToHTML()
333 buf.append(constant_html.referenceConstant(index)); in codeToHTML()
340 buf.append(constant_html.referenceConstant(index)).append(":").append(dimensions) in codeToHTML()