Cface__CIntNode.st
changeset 19 1297bf936bfb
parent 16 ffcbe7184a53
child 32 d7464405cbda
--- a/Cface__CIntNode.st	Mon Jul 18 16:13:22 2011 +0000
+++ b/Cface__CIntNode.st	Wed May 30 19:55:53 2012 +0000
@@ -30,6 +30,20 @@
     "superclass Cface::CBuiltinNode says that I am responsible to implement this method"
 
     ^ self shouldImplement
+!
+
+stxStructFieldGetterSelector
+    ^ #longAt:
+
+    "Created: / 30-05-2012 / 21:36:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
+!CIntNode methodsFor:'testing'!
+
+isCIntNode
+    ^ true
+
+    "Created: / 30-05-2012 / 21:37:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CIntNode methodsFor:'visiting'!