Methods in soot.jimple.toolkits.callgraph that return QueueReader |
QueueReader |
CallGraph.listener()
Returns a QueueReader object containing all edges added so far, and
which will be informed of any new edges that are later added to
the graph. |
QueueReader |
CallGraph.newListener()
Returns a QueueReader object which will contain ONLY NEW edges
which will be added to the graph. |
QueueReader |
ReachableMethods.listener()
Returns a QueueReader object containing all methods found reachable
so far, and which will be informed of any new methods that are later
found to be reachable. |
QueueReader |
ReachableMethods.newListener()
Returns a QueueReader object which will contain ONLY NEW methods
which will be found to be reachable, but not those that have already
been found to be reachable. |
QueueReader |
SlowCallGraph.listener()
Returns a QueueReader object containing all edges added so far, and
which will be informed of any new edges that are later added to
the graph. |
QueueReader |
SlowCallGraph.newListener()
Returns a QueueReader object which will contain ONLY NEW edges
which will be added to the graph. |