codeql/ruby-all
3.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets an access to the constant m with this value as the base of the access.
m
For example:
A::B # API::getATopLevelMember("A").getMember("B") module A class B # API::getATopLevelMember("A").getMember("B") end end
Node getMember(string m)