ModuleDeclaration
constructor(annotations: NodeList<AnnotationExpr>, name: Name, isOpen: Boolean, directives: NodeList<ModuleDirective>)(source)
constructor(tokenRange: TokenRange, annotations: NodeList<AnnotationExpr>, name: Name, isOpen: Boolean, directives: NodeList<ModuleDirective>)(source)
This constructor is used by the parser and is considered private.