CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate API::Node::getMember

Gets an access to the constant m with this value as the base of the access.

For example:

A::B # API::getATopLevelMember("A").getMember("B")

module A
  class B # API::getATopLevelMember("A").getMember("B")
  end
end
Node getMember(string m)