WorldDeclaration

constructor(packageName: String?, name: String, imports: List<WitPackage.WorldItem>, exports: List<WitPackage.WorldItem>)
constructor(packageName: String?, name: String, includeDeclarations: List<WitPackage.IncludeDeclaration>, imports: List<WitPackage.WorldItem>, exports: List<WitPackage.WorldItem>)
constructor(packageName: String?, name: String, includeDeclarations: List<WitPackage.IncludeDeclaration>, declarations: List<WitPackage.Declaration>, imports: List<WitPackage.WorldItem>, exports: List<WitPackage.WorldItem>)