Class Type.ArrayType

  • Enclosing class:
    Type

    public static final class Type.ArrayType
    extends Type
    • Field Detail

      • elementType

        private final Type elementType
      • dimensions

        private final int dimensions
    • Constructor Detail

      • ArrayType

        ArrayType​(Type elementType,
                  int dimensions)