This class is not part of the public API.

Class: sun.rmi.rmic.iiop.ArrayType

  • public class ArrayType
  • extends Type
ArrayType is a wrapper for any of the other types. The getElementType() method can be used to get the array element type. The getArrayDimension() method can be used to get the array dimension.
Authors:
@author Bryan Atsatt

Inheritance

Superclass tree: Implements:

Methods

Fields

  • arrayDimension

    private int arrayDimension
  • brackets

    private String brackets
  • bracketsSig

    private String bracketsSig
  • type

    private Type type