xquery/XQuery__TypeComment.st
changeset 296 ea3dbc023c80
parent 232 9d8fd28b99b0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xquery/XQuery__TypeComment.st	Tue May 12 12:20:53 2015 +0100
@@ -0,0 +1,26 @@
+"{ Package: 'stx:goodies/xmlsuite/xquery' }"
+
+"{ NameSpace: XQuery }"
+
+TypeNode subclass:#TypeComment
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'XQuery-Types'
+!
+
+
+!TypeComment methodsFor:'accessing'!
+
+typeName
+
+    ^'comment'
+
+    "Created: / 05-12-2007 / 20:55:58 / janfrog"
+! !
+
+!TypeComment class methodsFor:'documentation'!
+
+version_SVN
+    ^ '$Id$'
+! !