|
@@ -1371,7 +1371,7 @@ return $recv($1)._yourself();
|
|
|
$globals.ScopeVar.a$cls);
|
|
|
|
|
|
|
|
|
-$core.addClass("AliasVar", $globals.ScopeVar, ["node"], "Compiler-Semantic");
|
|
|
+$core.addClass("AliasVar", $globals.ScopeVar, [], "Compiler-Semantic");
|
|
|
|
|
|
$globals.AliasVar.comment="I am an internally defined variable by the compiler";
|
|
|
|
|
@@ -1393,43 +1393,6 @@ return true;
|
|
|
}; }),
|
|
|
$globals.AliasVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "node",
|
|
|
-protocol: "accessing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "node\x0a\x09^ node",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return $self.node;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.AliasVar);
|
|
|
-
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "node:",
|
|
|
-protocol: "accessing",
|
|
|
-
|
|
|
-args: ["aNode"],
|
|
|
-source: "node: aNode\x0a\x09node := aNode",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (aNode){
|
|
|
-var self=this,$self=this;
|
|
|
-$self.node=aNode;
|
|
|
-return self;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.AliasVar);
|
|
|
-
|
|
|
|
|
|
|
|
|
$core.addClass("ArgVar", $globals.ScopeVar, [], "Compiler-Semantic");
|