Class MethodVariablesScope

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

public class MethodVariablesScope extends BlockVariablesScope
Special scope for Variable in Method
  • Constructor Details

    • MethodVariablesScope

      public MethodVariablesScope(org.eclipse.xtext.scoping.IScope parent, Method method)
      Initialize
      Parameters:
      parent - parent scope. Can't be null
      method - Method for each variable are created scope
  • Method Details