Class ArrayMemberValue

    • Constructor Detail

      • ArrayMemberValue

        public ArrayMemberValue​(ConstPool cp)
        Constructs an array. The initial value or type are not specified.
      • ArrayMemberValue

        public ArrayMemberValue​(MemberValue t,
                                ConstPool cp)
        Constructs an array. The initial value is not specified.
        Parameters:
        t - the type of the array elements.