Merge jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 26 Mar 2016 07:56:56 +0000
branchjv
changeset 3735 6c929682760d
parent 3734 f4acd1ea5988 (current diff)
parent 3732 afcdb234bf38 (diff)
child 3738 dc47a2c6de4c
child 3750 6c60542acc7d
Merge
AbstractSyntaxHighlighter.st
--- a/AbstractSyntaxHighlighter.st	Fri Mar 25 06:29:23 2016 +0000
+++ b/AbstractSyntaxHighlighter.st	Sat Mar 26 07:56:56 2016 +0000
@@ -418,10 +418,6 @@
     )
 !
 
-isAbstract
-    ^ self == AbstractSyntaxHighlighter
-!
-
 isControlFlowSelector:aSelector
     "these are considered wellknown, builtin selectors of very common
      control flow constructs. Correspond to syntax or special forms in other
@@ -437,6 +433,12 @@
     ^ false.
 ! !
 
+!AbstractSyntaxHighlighter class methodsFor:'queries'!
+
+isAbstract
+    ^ self == AbstractSyntaxHighlighter
+! !
+
 !AbstractSyntaxHighlighter class methodsFor:'utilities'!
 
 mark:sourceText from:pos1 to:pos2 withAddedEmphasis:addedEmphasis