Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Ruby
codeql/ruby-all 4.1.6 (changelog, source)

Member predicate MethodCall::getReceiver

Gets the receiver of this call, if any. For example:

foo.bar
Baz::qux
corge()

The result for the call to bar is the Expr for foo; the result for the call to qux is the Expr for Baz; for the call to corge there is no result.

Expr getReceiver()