FuncClass constructor

FuncClass(
  1. List<CType> argTypes,
  2. List<CType> retTypes,
  3. List<String> annotations
)

Implementation

FuncClass(this.argTypes, this.retTypes, this.annotations) : super();