qtil
advanced-security/qtil-ruby 0.0.2
Search

Member predicate 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
string getTargetName()