Examples of ErlTypespec


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

            typeName = refs[0];
        } else {
            moduleName = refs[0];
            typeName = refs[1];
        }
        final ErlTypespec a = new ErlTypespec(module, moduleName, typeName, arity, s);
        setPos(a, pos);
        return a;
    }
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.