ParseNode.st
changeset 2089 7bce7ca994bb
parent 2088 b06c5a88c2e1
child 2095 3f04249873f7
--- a/ParseNode.st	Tue May 06 10:11:49 2008 +0200
+++ b/ParseNode.st	Tue May 06 11:20:07 2008 +0200
@@ -454,6 +454,12 @@
     ^ false
 !
 
+isThis
+    "for JavaScript"
+
+    ^ false
+!
+
 isUnaryMessage
     "return true, if this is a node for a unary send"
 
@@ -475,5 +481,5 @@
 !ParseNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.47 2008-05-06 08:11:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.48 2008-05-06 09:20:07 cg Exp $'
 ! !