class IDL::AST::Leaf

def lm_scopes

def lm_scopes
  @lm_scopes ||= if @enclosure then (@enclosure.lm_scopes.dup << lm_name) else [] end
end