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