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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DHolder.java103 holderType = Util.javaName (mType);
106 holderType = Util.javaName (entry);
137 stream.println (" public " + holderType + " value;");
172 stream.println (" public " + holderClass + " (" + holderType + " initialValue)");
254 protected String holderType; field in class:Holder
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DTagletManager.java425 * @param holderType the type of documentation that the misused tag was found in.
427 private void printTagMisuseWarn(Taglet taglet, Tag tag, String holderType) { argument
463 "@" + taglet.getName(), holderType, combined_locations.toString());

Completed in 263 milliseconds