You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sindarin/OCBlockNode.extension.st
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Extension { #name : 'RBBlockNode' }
1
+
Extension { #name : 'OCBlockNode' }
2
2
3
3
{ #category : '*Sindarin' }
4
-
RBBlockNode>>executedNodesAfter: aNode [
4
+
OCBlockNode>>executedNodesAfter: aNode [
5
5
6
6
"Gives all nodes that are executed after aNode. Assuming that aNode is a recursive child, then all nodes executed after it are all nodes after it in allChildrenPostOrder"
Copy file name to clipboardExpand all lines: src/Sindarin/OCMethodNode.extension.st
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Extension { #name : 'RBMethodNode' }
1
+
Extension { #name : 'OCMethodNode' }
2
2
3
3
{ #category : '*Sindarin' }
4
-
RBMethodNode>>executedNodesAfter: aNode [
4
+
OCMethodNode>>executedNodesAfter: aNode [
5
5
6
6
"Gives all nodes that are executed after aNode. Assuming that aNode is a recursive child, then all nodes executed after it are all nodes after it in allChildrenPostOrder"
0 commit comments