Class ArrayInfo

    • Constructor Detail

      • ArrayInfo

        public ArrayInfo​(String theName,
                         Class<?> array_type)
        Constructs an ArrayInfo object with the specified name and type.
        Parameters:
        theName - the variable name. Should end with "[]".
        array_type - component type of the array