public static class MatrixType.IntMatrixType extends MatrixType
MatrixType.BooleanMatrixType, MatrixType.ComplexMatrixType, MatrixType.DoubleMatrixType, MatrixType.FixMatrixType, MatrixType.IntMatrixType, MatrixType.LongMatrixTypeMAXDEPTHBOUNDHASH_INVALID| Constructor and Description |
|---|
IntMatrixType() |
| Modifier and Type | Method and Description |
|---|---|
Token |
convert(Token token)
If the argument is an instance of this class or a subclass,
then return the token.
|
_compare, _getRepresentative, _greatestLowerBound, _leastUpperBound, clone, equals, getElementType, getMatrixTypeForElementType, getTokenClass, hashCode, initialize, isAbstract, isCompatible, isConstant, isInstantiable, isSubstitutionInstance, toString, updateTypeadd, depth, divide, getTypeHash, modulo, multiply, one, subtract, zeropublic IntMatrixType()
public Token convert(Token token) throws IllegalActionException
MatrixTypeconvert in interface Typeconvert in class MatrixTypetoken - A token.IllegalActionException - If the argument is not
an instance of this class.