|
@@ -1240,7 +1240,7 @@ $globals.JSStatementNode);
|
|
|
|
|
|
|
|
|
|
|
|
-$core.addClass("MethodNode", $globals.ASTNode, ["selector", "arguments", "source", "pragmas", "scope", "classReferences", "sendIndexes"], "Compiler-AST");
|
|
|
+$core.addClass("MethodNode", $globals.ASTNode, ["selector", "arguments", "pragmas", "scope", "classReferences", "sendIndexes"], "Compiler-AST");
|
|
|
|
|
|
$globals.MethodNode.comment="I represent an method node.\x0a\x0aA method node must be the root and only method node of a valid AST.";
|
|
|
|
|
@@ -1592,43 +1592,6 @@ catch(e) {if(e===$early)return e[0]; throw e}
|
|
|
}; }),
|
|
|
$globals.MethodNode);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "source",
|
|
|
-protocol: "accessing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "source\x0a\x09^ source",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return $self.source;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.MethodNode);
|
|
|
-
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "source:",
|
|
|
-protocol: "accessing",
|
|
|
-
|
|
|
-args: ["aString"],
|
|
|
-source: "source: aString\x0a\x09source := aString",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (aString){
|
|
|
-var self=this,$self=this;
|
|
|
-$self.source=aString;
|
|
|
-return self;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.MethodNode);
|
|
|
-
|
|
|
|
|
|
|
|
|
$core.addClass("ReturnNode", $globals.ASTNode, ["scope"], "Compiler-AST");
|