public class JimpleMethod extends Method
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ControlFlowGraph |
getControlFlowGraph() |
WrappedClass |
getDeclaringClass() |
soot.SootMethod |
getDelegate() |
Set<Val> |
getLocals() |
String |
getName() |
List<Val> |
getParameterLocals() |
List<Statement> |
getStatements() |
String |
getSubSignature() |
Val |
getThisLocal() |
int |
hashCode() |
boolean |
isConstructor() |
boolean |
isNative() |
boolean |
isParameterLocal(Val val) |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isStaticInitializer() |
boolean |
isThisLocal(Val val) |
static JimpleMethod |
of(soot.SootMethod m) |
String |
toString() |
accepts, epsilon, getParameterLocal, getReturnLocalspublic static JimpleMethod of(soot.SootMethod m)
public boolean isStaticInitializer()
isStaticInitializer in class Methodpublic boolean isParameterLocal(Val val)
isParameterLocal in class Methodpublic boolean isThisLocal(Val val)
isThisLocal in class Methodpublic Val getThisLocal()
getThisLocal in class Methodpublic List<Val> getParameterLocals()
getParameterLocals in class Methodpublic List<Statement> getStatements()
getStatements in class Methodpublic WrappedClass getDeclaringClass()
getDeclaringClass in class Methodpublic ControlFlowGraph getControlFlowGraph()
getControlFlowGraph in class Methodpublic String getSubSignature()
getSubSignature in class Methodpublic soot.SootMethod getDelegate()
public boolean isConstructor()
isConstructor in class MethodCopyright © 2024. All rights reserved.