| Constructor and Description |
|---|
Statement(soot.jimple.Stmt delegate,
soot.SootMethod m) |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
epsilon() |
boolean |
equals(Object obj) |
soot.SootMethod |
getMethod() |
com.google.common.base.Optional<soot.jimple.Stmt> |
getUnit() |
int |
hashCode() |
boolean |
isCallsite() |
int |
methodToInt(soot.SootMethod method) |
int |
stmtToInt(soot.jimple.Stmt s) |
String |
toString() |
public com.google.common.base.Optional<soot.jimple.Stmt> getUnit()
public boolean isCallsite()
public static Statement epsilon()
public int stmtToInt(soot.jimple.Stmt s)
public int methodToInt(soot.SootMethod method)
public soot.SootMethod getMethod()
Copyright © 2023. All rights reserved.