Cface__CPointerNode.st
changeset 15 e873065959dc
parent 14 1f730d82496e
child 16 ffcbe7184a53
--- a/Cface__CPointerNode.st	Fri Jan 08 13:25:11 2010 +0000
+++ b/Cface__CPointerNode.st	Tue Jul 12 15:02:15 2011 +0000
@@ -46,6 +46,16 @@
     "Created: / 25-10-2007 / 16:58:44 / haja"
 ! !
 
+!CPointerNode methodsFor:'accessing'!
+
+type
+    ^ type
+!
+
+type:aCTypeNode
+    type := aCTypeNode.
+! !
+
 !CPointerNode class methodsFor:'documentation'!
 
 version_SVN