A token that represents an array. This token type exists solely so that types can be declared through the parameter mechanism using a token value, since we don't represent types distinctly from tokens. Generally speaking actors should process ArrayTokens, which properly report their length.
@author Steve Neuendorffer
@see ptolemy.data.ArrayToken
@version $Id: UnsizedArrayToken.java,v 1.3 2007/12/06 19:48:24 cxh Exp $
@since Ptolemy II 6.1
@Pt.ProposedRating Yellow (neuendor)
@Pt.AcceptedRating Yellow (neuendor)
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.