Interface JArrayType

All Superinterfaces:
HasAnnotations, JClassType, JType

public interface JArrayType extends JClassType
Type representing a Java array.
  • Method Details

    • 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