Searched refs:ACCEPTABLE_NESTING_KINDS (Results 1 – 1 of 1) sorted by relevance
152 private static final ImmutableSet<NestingKind> ACCEPTABLE_NESTING_KINDS = field in ClassName157 checkArgument(ACCEPTABLE_NESTING_KINDS.contains(element.getNestingKind())); in fromTypeElement()162 checkArgument(ACCEPTABLE_NESTING_KINDS.contains(element.getNestingKind())); in fromTypeElement()