Member predicate DataFlow::SetterCallNode::getTargetName
Gets the name of the method being called without the trailing =
. For example, in the following
two statements the target name is value
:
foo.value=(1)
foo.value = 1
Gets the name of the method being called without the trailing =
. For example, in the following
two statements the target name is value
:
foo.value=(1)
foo.value = 1