HomeSort by relevance Sort by last modified time
    Searched defs:constant_ref (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
ConstantHTML.java 48 private final String[] constant_ref; // String to return for cp[i] field in class:ConstantHTML
61 constant_ref = new String[constants.length];
62 constant_ref[0] = "<unknown>";
82 return constant_ref[index];
147 constant_ref[index] = ret_type + "&nbsp;<A HREF=\"" + class_name + "_cp.html#cp"
176 constant_ref[index] = "<A HREF=\"" + class_name + "_cp.html#cp" + class_index
194 constant_ref[index] = "<A HREF=\"" + class_name + "_cp.html#cp" + index
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 46 milliseconds