context.info(this.getVisibility().getName() + (this.isInterface() ? " class " : " interface ") + this.getName());
this.logSuperType();
this.logImplementedInterfaces();
context.unbranch();
}
/**
* GeneratorHelper which sets the super type to the given
* ClassSourceFileComposerFactory