2649265026512652265326542655
* @param keywordInterface {@code interface} keyword token. */ protected final void enterInterfaceDefinition(final ASToken keywordInterface) { if (!isGlobalContext()) addProblem(new NestedInterfaceProblem(keywordInterface)); }