Esempio n. 1
0
 public Declaration(LLocal local)
 {
     this.name  = local.ToString();
     this.begin = local.Start;
     this.end   = local.end;
 }
Esempio n. 2
0
	  public Declaration(LLocal local)
	  {
		this.name = local.ToString();
		this.begin = local.Start;
		this.end = local.end;
	  }