soot.jimple.toolkits.callgraph
Class MethodToContexts

java.lang.Object
  extended bysoot.jimple.toolkits.callgraph.MethodToContexts

public final class MethodToContexts
extends java.lang.Object

Keeps track of the various contexts associated with each method.

Author:
Ondrej Lhotak

Constructor Summary
MethodToContexts(java.util.Iterator it)
           
 
Method Summary
 java.util.List get(SootMethod m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodToContexts

public MethodToContexts(java.util.Iterator it)
Method Detail

get

public java.util.List get(SootMethod m)