Class Type.Array

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Enclosing class:
Type

public static final class Type.Array extends Type
See Also:
  • Field Details

    • componentType

      private final Type componentType
    • length

      private final int length
  • Constructor Details

    • Array

      public Array(Ruby runtime, RubyClass klass, Type componentType, int length)
      Initializes a new Type.Array instance.
    • Array

      public Array(Ruby runtime, Type componentType, int length)
      Initializes a new Type.Array instance.
  • Method Details