compiler/PPCNotLiteralNode.st
changeset 515 b5316ef15274
parent 452 9f4558b3be66
--- a/compiler/PPCNotLiteralNode.st	Fri Jul 24 15:06:54 2015 +0100
+++ b/compiler/PPCNotLiteralNode.st	Mon Aug 17 12:13:16 2015 +0100
@@ -11,12 +11,12 @@
 
 !PPCNotLiteralNode methodsFor:'accessing'!
 
+defaultName
+    ^ #notLit
+!
+
 firstCharSet
     ^ PPCharSetPredicate on: [:e | true ]
-!
-
-prefix
-    ^ #notLit
 ! !
 
 !PPCNotLiteralNode methodsFor:'visiting'!