public class ArrayType extends Type
Modifier and Type | Method and Description |
---|---|
Type |
getBaseType() |
java.lang.String |
getName()
Returns the name of a type.
|
boolean |
isScalar()
Determines if the type is scalar.
|
public ArrayType(Type baseType)