@SuppressWarnings("unchecked")
@Override
public IErlComment getHeaderComment() {
try {
IErlComment _xblockexpression = null;
{
final IHandle[] _children = this.getChildren();
final IHandle first = IterableExtensions
.<IHandle> head((Iterable<IHandle>) Conversions
.doWrapArray(_children));
IErlComment _xifexpression = null;
if (first instanceof IErlComment) {
_xifexpression = (IErlComment) first;
}
_xblockexpression = _xifexpression;
}