Searched refs:includeList (Results 1 - 2 of 2) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DIncludeEntry.java110 includeList.addElement (entry);
116 return includeList;
121 private Vector includeList = new Vector (); field in class:IncludeEntry
/openjdk10/langtools/make/src/classes/build/tools/symbolgenerator/
H A DCreateSymbols.java1413 public final Set<String> includeList; field in class:CreateSymbols.ExcludeIncludeList
1416 protected ExcludeIncludeList(Set<String> includeList, Set<String> excludeList) { argument
1417 this.includeList = includeList;
1422 Set<String> includeList = new HashSet<>();
1429 Set<String> target = l.startsWith("+") ? includeList : excludeList;
1434 return new ExcludeIncludeList(includeList, excludeList);
1438 return matches(includeList, className) && !matches(excludeList, className);

Completed in 102 milliseconds