Package org.erlide.engine.internal.model.erlang

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

Related Classes of org.erlide.engine.internal.model.erlang.ErlTypespec

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.