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

/openjdk7/langtools/test/tools/javac/6889255/
H A DT6889255.java155 for (NestedKind nestedKind: NestedKind.values()) {
158 if (nestedKind == NestedKind.NONE && nestedGenericKind != GenericKind.NOT_GENERIC)
160 if ((nestedKind == NestedKind.METHOD_ANON || nestedKind == NestedKind.INIT_ANON)
165 switch (nestedKind) {
185 if ((nestedKind == NestedKind.METHOD_ANON || nestedKind == NestedKind.METHOD_LOCAL
186 || nestedKind == NestedKind.INIT_ANON || nestedKind == NestedKind.INIT_LOCAL)
191 if (nestedKind
[all...]
/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java93 boolean isAllowed(ClassKind nestedKind) { argument
94 return nestedKind != NESTED ||

Completed in 29 milliseconds