Interface ArrayDescriptor

All Superinterfaces:
Descriptor

public interface ArrayDescriptor extends Descriptor
Descriptor for an array type.

The description property of the super-interface is suitable for verbose output, the type property of this derived interface can be used for programmatic processing.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of the array.

    Methods inherited from interface com.jprofiler.api.platform.descriptors.Descriptor

    getDescription
  • Method Details

    • getType

      ArrayType getType()
      Returns the type of the array.
      Returns:
      the type of the array