Constructor
classin packageklyn.reflection
public class Constructor:
Constructor
Class representing a constructor.
Properties
Modifier and Type Member Description
public readonly property annotations
annotations as IList<Annotation>:
Constructor annotations
public property flags
flags as Int:
Raw modifier flags
public readonly property isPrivate
isPrivate as Boolean:
No summary.
public readonly property parameters
parameters as IList<Parameter>:
Parameters of the constructor
Constructors
Modifier and Type Member Description
public Constructor
Constructor(parameters as IList<Parameter> = [], flags as Int = 0, annotations as IList<Annotation> = []):
Constructor for Constructor