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

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DAllClassesQuery.java46 boolean excludePlatform; field in class:AllClassesQuery
49 public AllClassesQuery(boolean excludePlatform, boolean oqlSupported) { argument
50 this.excludePlatform = excludePlatform;
55 if (excludePlatform) {
65 if (excludePlatform && PlatformClasses.isPlatformClass(clazz)) {
97 if (excludePlatform) {
H A DInstancesCountQuery.java49 private boolean excludePlatform; field in class:InstancesCountQuery
51 public InstancesCountQuery(boolean excludePlatform) { argument
52 this.excludePlatform = excludePlatform;
56 if (excludePlatform) {
63 if (excludePlatform) {
142 if (!excludePlatform) {

Completed in 27 milliseconds