Interface JArrayType

    • Method Detail

      • getComponentType

        JType getComponentType()
      • getRank

        int getRank()
      • getSubtypes

        JArrayType[] getSubtypes()
        Description copied from interface: JClassType
        Returns all subtypes of this type, recursively, not including this type.
        Specified by:
        getSubtypes in interface JClassType