soot
Class MethodContext

java.lang.Object
  extended by soot.MethodContext
All Implemented Interfaces:
MethodOrMethodContext

public final class MethodContext
extends Object
implements MethodOrMethodContext

Represents a pair of a method and a context.

Author:
Ondrej Lhotak

Method Summary
 Context context()
           
 boolean equals(Object o)
           
 int hashCode()
           
 SootMethod method()
           
 String toString()
           
static MethodOrMethodContext v(SootMethod method, Context context)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

method

public SootMethod method()
Specified by:
method in interface MethodOrMethodContext

context

public Context context()
Specified by:
context in interface MethodOrMethodContext

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

v

public static MethodOrMethodContext v(SootMethod method,
                                      Context context)

toString

public String toString()
Overrides:
toString in class Object