Class BlockLabelsScope

java.lang.Object
com._1c.g5.modeling.xtext.scoping.LightAbstractScope
com._1c.g5.v8.dt.bsl.scoping.BlockLabelsScope
All Implemented Interfaces:
org.eclipse.xtext.scoping.IScope

public class BlockLabelsScope extends LightAbstractScope
Create scope for LabeledStatement in Bsl module language
  • Constructor Details

    • BlockLabelsScope

      public BlockLabelsScope(Block block)
      Initialize by Block
      Parameters:
      block - Block of Bsl language
  • Method Details