public class WALADeclaredMethod extends DeclaredMethod
| Constructor and Description |
|---|
WALADeclaredMethod(InvokeExpr inv,
com.ibm.wala.types.MethodReference ref) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
WrappedClass |
getDeclaringClass() |
String |
getName() |
String |
getSignature() |
String |
getSubSignature() |
int |
hashCode() |
boolean |
isConstructor() |
boolean |
isNative() |
boolean |
isStatic() |
String |
toString() |
getInvokeExprpublic WALADeclaredMethod(InvokeExpr inv, com.ibm.wala.types.MethodReference ref)
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 DeclaredMethodCopyright © 2024. All rights reserved.