예제 #1
0
 public iimporter(@string ipath = default, ref ptr <types.Package> ipkg = default, long version = default, slice <byte> stringData = default, map <ulong, @string> stringCache = default, map <ulong, ptr <types.Package> > pkgCache = default, slice <byte> declData = default, map <ptr <types.Package>, map <@string, ulong> > pkgIndex = default, map <ulong, types.Type> typCache = default, fakeFileSet fake = default, slice <ptr <types.Interface> > interfaceList = default)
 {
     this.ipath         = ipath;
     this.ipkg          = ipkg;
     this.version       = version;
     this.stringData    = stringData;
     this.stringCache   = stringCache;
     this.pkgCache      = pkgCache;
     this.declData      = declData;
     this.pkgIndex      = pkgIndex;
     this.typCache      = typCache;
     this.fake          = fake;
     this.interfaceList = interfaceList;
 }
예제 #2
0
 public importer(map <@string, ptr <types.Package> > imports = default, slice <byte> data = default, @string importpath = default, slice <byte> buf = default, long version = default, slice <@string> strList = default, slice <@string> pathList = default, slice <ptr <types.Package> > pkgList = default, slice <types.Type> typList = default, slice <ptr <types.Interface> > interfaceList = default, bool trackAllTypes = default, bool posInfoFormat = default, @string prevFile = default, long prevLine = default, fakeFileSet fake = default, bool debugFormat = default, long read = default)
 {
     this.imports       = imports;
     this.data          = data;
     this.importpath    = importpath;
     this.buf           = buf;
     this.version       = version;
     this.strList       = strList;
     this.pathList      = pathList;
     this.pkgList       = pkgList;
     this.typList       = typList;
     this.interfaceList = interfaceList;
     this.trackAllTypes = trackAllTypes;
     this.posInfoFormat = posInfoFormat;
     this.prevFile      = prevFile;
     this.prevLine      = prevLine;
     this.fake          = fake;
     this.debugFormat   = debugFormat;
     this.read          = read;
 }