Interface CharacterizedDataDictionaryScopeProvider.IScopeProcessor

Enclosing class:
CharacterizedDataDictionaryScopeProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface CharacterizedDataDictionaryScopeProvider.IScopeProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.scoping.IScope
    apply(EObject context, EReference reference, org.eclipse.xtext.scoping.IScope scope)
     
  • Method Details

    • apply

      org.eclipse.xtext.scoping.IScope apply(EObject context, EReference reference, org.eclipse.xtext.scoping.IScope scope)