public final class MethodContext extends java.lang.Object implements MethodOrMethodContext
| Modifier and Type | Method and Description |
|---|---|
Context |
context() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
SootMethod |
method() |
java.lang.String |
toString() |
static MethodOrMethodContext |
v(SootMethod method,
Context context) |
public SootMethod method()
method in interface MethodOrMethodContextpublic Context context()
context in interface MethodOrMethodContextpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static MethodOrMethodContext v(SootMethod method, Context context)
public java.lang.String toString()
toString in class java.lang.Object