Exemple #1
0
 public NamedValueDeclaration(NameBindingScope scope, String name)
 {
     this.scope = scope;
     this.name  = name;
     nameSymbol = scope.symbolFor(name);
 }