#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 15 Jul 2017 15:28:25 +0200
changeset 4477 99941fe21a09
parent 4476 65686f14ebf4
child 4478 010c2cd47df3
#FEATURE by cg class: FuzzyMatcher added: #indexes
FuzzyMatcher.st
--- a/FuzzyMatcher.st	Fri Jul 14 15:02:58 2017 +0200
+++ b/FuzzyMatcher.st	Sat Jul 15 15:28:25 2017 +0200
@@ -244,6 +244,14 @@
 
 !FuzzyMatcher methodsFor:'accessing'!
 
+indexes
+    "only valid inside the match callback block"
+    
+    ^ indexes
+
+    "Created: / 15-07-2017 / 14:57:10 / cg"
+!
+
 pattern
 
 	^ pattern