Class ContextPropertiesScope

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

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

      • ContextPropertiesScope

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