getAdapter(InterfaceDeclarationAdapter.class).adapt(interfaceDeclarationContext);
setClassOrInterfaceModifiers(context, interfaceDeclaration);
return interfaceDeclaration;
}
AnnotationTypeDeclarationContext annotationTypeDeclarationContext =
getChild(context, AnnotationTypeDeclarationContext.class);
if (annotationTypeDeclarationContext != null) {
AnnotationDeclaration annotationDeclaration =
getAdapter(AnnotationTypeDeclarationAdapter.class).adapt(
annotationTypeDeclarationContext);