Member predicate DataFlow::ClassNode::getInstanceMember
Gets the instance method, getter, or setter with the given name and kind.
Does not include members from superclasses.
FunctionNode getInstanceMember(string name, MemberKind kind)
Gets the instance method, getter, or setter with the given name and kind.
Does not include members from superclasses.
FunctionNode getInstanceMember(string name, MemberKind kind)