tools/JavaTypeDeclarationNode.st
branchdevelopment
changeset 2497 edc8a7db7dbc
parent 2482 109ed9ecf4f7
child 2641 79395ea8b58f
--- a/tools/JavaTypeDeclarationNode.st	Thu Apr 11 14:33:47 2013 +0200
+++ b/tools/JavaTypeDeclarationNode.st	Thu Apr 11 14:55:56 2013 +0200
@@ -26,6 +26,14 @@
     members := something.
 !
 
+modifiers
+    ^ modifiers
+!
+
+modifiers:something
+    modifiers := something.
+!
+
 name
     ^ name
 !