class SyntaxTree::WithScope::Scope::Local

def initialize(type)

def initialize(type)
  @type = type
  @definitions = []
  @usages = []
end