Interface ArrayType

    • Method Detail

      • getInnerType

        Type getInnerType()
        Yields the type of the inner dimension of this array type. For instance, if this type represents int[], this method will return int. Instead, if this type represents int[][], this method will return int.
        Returns:
        the inner type of this array type
      • getBaseType

        Type getBaseType()
        Yields the base type of this array type. For instance, if this type represents int[], this method will return int. This is the case also this type represents int[][].
        Returns:
        the base type of this array type