Beispiel #1
0
 public linkname(syntax.Pos pos = default, @string local = default, @string remote = default)
 {
     this.pos    = pos;
     this.local  = local;
     this.remote = remote;
 }
Beispiel #2
0
 public noder(map <ptr <syntax.PosBase>, ptr <src.PosBase> > basemap = default, ref ptr <syntax.File> file = default, slice <linkname> linknames = default, slice <slice <@string> > pragcgobuf = default, channel <syntax.Error> err = default, ScopeID scope = default, slice <long> scopeVars = default, syntax.Pos lastCloseScopePos = default)
 {
     this.basemap           = basemap;
     this.file              = file;
     this.linknames         = linknames;
     this.pragcgobuf        = pragcgobuf;
     this.err               = err;
     this.scope             = scope;
     this.scopeVars         = scopeVars;
     this.lastCloseScopePos = lastCloseScopePos;
 }
Beispiel #3
0
 public PragmaPos(PragmaFlag Flag = default, syntax.Pos Pos = default)
 {
     this.Flag = Flag;
     this.Pos  = Pos;
 }