Package org.openquark.cal.valuenode

Examples of org.openquark.cal.valuenode.ParametricValueNode


     */
    public ValueGem() {
        // The default value is a parametric value node with an unconstrained type variable.
        // TODOEL: this assumes that parametric value nodes will always be present, and that 
        //   they are the best type to use.  This will be true for (at least) a while though..
        this(new ParametricValueNode(TypeExpr.makeParametricType()));
    }
View Full Code Here

TOP

Related Classes of org.openquark.cal.valuenode.ParametricValueNode

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.