org.eclipse.xtext.ui.editor.quickfix
Interface ISimilarityMatcher

All Known Implementing Classes:
ISimilarityMatcher.Default

public interface ISimilarityMatcher

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
static class ISimilarityMatcher.Default
           
 
Method Summary
 boolean isSimilar(java.lang.String s0, java.lang.String s1)
           
 

Method Detail

isSimilar

boolean isSimilar(java.lang.String s0,
                  java.lang.String s1)