Examples of ErlComment


Examples of org.erlide.engine.internal.model.erlang.ErlComment

                lastLine = lastLineL.intValue();
            }
        } catch (final OtpErlangRangeException e1) {
            lastLine = line;
        }
        final ErlComment comment = new ErlComment(module, Util.stringValue(s),
                line <= MODULE_HEADER_COMMENT_THRESHOLD);
        try {
            final int ofs = ((OtpErlangLong) c.elementAt(OFFSET)).intValue();
            final int len = ((OtpErlangLong) c.elementAt(LENGTH)).intValue();
            setPos(comment, line, lastLine, ofs + 1, len);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.