Searched defs:METHODREF_DELIM (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java83 private static final String METHODREF_DELIM = ":"; field in class:ConstantPoolGen
146 String delim = METHODREF_DELIM;
531 Index index = (Index)cp_table.get(class_name + METHODREF_DELIM + method_name +
532 METHODREF_DELIM + signature);
561 cp_table.put(class_name + METHODREF_DELIM + method_name +
562 METHODREF_DELIM + signature, new Index(ret));

Completed in 31 milliseconds