Skip to content

Method com.ibm.wala.ipa.callgraph.MethodTargetSelector.getCalleeTarget() and multiple targets #1417

Answered by msridhar
khatchad asked this question in Q&A
Discussion options

You must be logged in to vote

The idea behind getCalleeTarget() is to return the actual method that would be invoked if called on an object whose concrete type is the passed receiver type. So, calling getCalleeTarget() with a receiver type of Object only makes sense if the invoked method is something like toString() or hashCode() (assuming Java).

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@msridhar
Comment options

@khatchad
Comment options

@khatchad
Comment options

@khatchad
Comment options

@khatchad
Comment options

Answer selected by khatchad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants