org.eclipse.xtext.ui.editor.outline.quickoutline
Class StringMatcher

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.outline.quickoutline.StringMatcher

public class StringMatcher
extends java.lang.Object

Author:
Peter Friese - Initial contribution and API

Constructor Summary
StringMatcher(java.lang.String pattern, boolean ignoreCase)
           
 
Method Summary
 boolean match(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMatcher

public StringMatcher(java.lang.String pattern,
                     boolean ignoreCase)
Method Detail

match

public boolean match(java.lang.String text)