Package ptolemy.data

Examples of ptolemy.data.UnsizedArrayToken


    /** Return a new UnsizedArrayToken whose element type is the same
     * as the given type.
     * @return a new ArrayToken.
     */
    public static ArrayToken arrayType(Token t) {
        return new UnsizedArrayToken(t.getType());
    }
View Full Code Here

TOP

Related Classes of ptolemy.data.UnsizedArrayToken

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.