public class JimpleDeclaredMethod extends DeclaredMethod
| Constructor and Description |
|---|
JimpleDeclaredMethod(InvokeExpr inv,
soot.SootMethod method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
WrappedClass |
getDeclaringClass() |
Object |
getDelegate() |
String |
getName() |
String |
getSignature() |
String |
getSubSignature() |
int |
hashCode() |
boolean |
isConstructor() |
boolean |
isNative() |
boolean |
isStatic() |
String |
toString() |
getInvokeExprpublic JimpleDeclaredMethod(InvokeExpr inv, soot.SootMethod method)
public boolean isNative()
isNative in class DeclaredMethodpublic String getSubSignature()
getSubSignature in class DeclaredMethodpublic String getName()
getName in class DeclaredMethodpublic boolean isStatic()
isStatic in class DeclaredMethodpublic boolean isConstructor()
isConstructor in class DeclaredMethodpublic String getSignature()
getSignature in class DeclaredMethodpublic WrappedClass getDeclaringClass()
getDeclaringClass in class DeclaredMethodpublic Object getDelegate()
Copyright © 2024. All rights reserved.