ConstList constructor

ConstList(
  1. List<Constant> value
)

Creates a new list constant with the given elements.

@param value The list of constant elements

Implementation

ConstList(super.value);