Interface Type.ArrayType

  • All Superinterfaces:
    Type
    All Known Implementing Classes:
    ArrayJavaType
    Enclosing interface:
    Type

    public static interface Type.ArrayType
    extends Type
    Type for arrays.
    • Method Detail

      • elementType

        Type elementType()
        Type of elements in this array.
        Returns:
        type of an element.