org.eclipse.xtext.scoping
Interface ICaseInsensitivityHelper

All Known Implementing Classes:
CaseInsensitivityHelper

public interface ICaseInsensitivityHelper

Clients who want to use ignore case cross references should implement this service if the case sensitivity depends on an EReference or bind the constant IgnoreCaseLinking to true.

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 boolean isIgnoreCase(org.eclipse.emf.ecore.EReference reference)
           
 

Method Detail

isIgnoreCase

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