public final class MethodContext extends Object implements MethodOrMethodContext
| Modifier and Type | Method and Description |
|---|---|
Context |
context() |
boolean |
equals(Object o) |
int |
hashCode() |
SootMethod |
method() |
String |
toString() |
static MethodOrMethodContext |
v(SootMethod method,
Context context) |
public SootMethod method()
method in interface MethodOrMethodContextpublic Context context()
context in interface MethodOrMethodContextpublic static MethodOrMethodContext v(SootMethod method, Context context)
Copyright © 2020 Soot OSS. All rights reserved.