Class ContextPropertiesScope

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

public class ContextPropertiesScope extends ContextItemsScope<Property>
Gets property scope for Bsl module
  • Constructor Details

    • ContextPropertiesScope

      public ContextPropertiesScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, boolean skipModuleItems, 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