Cface__CFloatNode.st
changeset 19 1297bf936bfb
parent 16 ffcbe7184a53
child 32 d7464405cbda
--- a/Cface__CFloatNode.st	Mon Jul 18 16:13:22 2011 +0000
+++ b/Cface__CFloatNode.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
+    ^ #floatAt:
+
+    "Created: / 30-05-2012 / 21:35:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
+!CFloatNode methodsFor:'testing'!
+
+isCFloatNode
+    ^ true
+
+    "Created: / 30-05-2012 / 21:37:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CFloatNode methodsFor:'visiting'!