Package org.erlide.engine.new_model

Examples of org.erlide.engine.new_model.IErlComment


    @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;
            }
View Full Code Here

TOP

Related Classes of org.erlide.engine.new_model.IErlComment

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.