org.eclipse.xtext.ui.editor.quickfix
Class ISimilarityMatcher.Default

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.quickfix.ISimilarityMatcher.Default
All Implemented Interfaces:
ISimilarityMatcher
Enclosing interface:
ISimilarityMatcher

public static class ISimilarityMatcher.Default
extends java.lang.Object
implements ISimilarityMatcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.quickfix.ISimilarityMatcher
ISimilarityMatcher.Default
 
Constructor Summary
ISimilarityMatcher.Default()
           
 
Method Summary
 boolean isSimilar(java.lang.String s0, java.lang.String s1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISimilarityMatcher.Default

public ISimilarityMatcher.Default()
Method Detail

isSimilar

public boolean isSimilar(java.lang.String s0,
                         java.lang.String s1)
Specified by:
isSimilar in interface ISimilarityMatcher