Class ContextMethodsScope

All Implemented Interfaces:
org.eclipse.xtext.scoping.IScope

public class ContextMethodsScope extends ContextItemsScope<Method>
Gets method scope for Bsl module
  • Constructor Details

    • ContextMethodsScope

      public ContextMethodsScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, Environments envs, INamingService namingService)
      Constructor
      Parameters:
      parent - parent scope, can't be null
      contextDef - actual contextDef for scope, can't be null
      module - actual bsl module, can't be null
      envs - actual environments, can't be null
      namingService - INamingService service reference. May not be null
  • Method Details