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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DSimpleTaglet.java45 public static final String EXCLUDED = "x"; field in class:SimpleTaglet
111 if (locations.indexOf(ALL) != -1 && locations.indexOf(EXCLUDED) == -1) {
133 return locations.indexOf(CONSTRUCTOR) != -1 && locations.indexOf(EXCLUDED) == -1;
144 return locations.indexOf(FIELD) != -1 && locations.indexOf(EXCLUDED) == -1;
155 return locations.indexOf(METHOD) != -1 && locations.indexOf(EXCLUDED) == -1;
166 return locations.indexOf(OVERVIEW) != -1 && locations.indexOf(EXCLUDED) == -1;
177 return locations.indexOf(PACKAGE) != -1 && locations.indexOf(EXCLUDED) == -1;
188 return locations.indexOf(TYPE) != -1&& locations.indexOf(EXCLUDED) == -1;

Completed in 22 milliseconds