org.eclipse.xtext.scoping.impl
Class CaseInsensitivityHelper

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.CaseInsensitivityHelper
All Implemented Interfaces:
ICaseInsensitivityHelper

public class CaseInsensitivityHelper
extends java.lang.Object
implements ICaseInsensitivityHelper

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
CaseInsensitivityHelper()
           
 
Method Summary
 boolean isIgnoreCase(org.eclipse.emf.ecore.EReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseInsensitivityHelper

public CaseInsensitivityHelper()
Method Detail

isIgnoreCase

public boolean isIgnoreCase(org.eclipse.emf.ecore.EReference reference)
Specified by:
isIgnoreCase in interface ICaseInsensitivityHelper
Parameters:
reference - the current reference. May not be null.
Returns:
true if the scope for the given reference should be case insensitive.