public class JimpleWrappedClass extends Object implements WrappedClass
| Constructor and Description |
|---|
JimpleWrappedClass(soot.SootClass delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getDelegate() |
String |
getFullyQualifiedName() |
Set<Method> |
getMethods() |
String |
getName() |
WrappedClass |
getSuperclass() |
Type |
getType() |
int |
hashCode() |
boolean |
hasSuperclass() |
boolean |
isApplicationClass() |
String |
toString() |
public Set<Method> getMethods()
getMethods in interface WrappedClasspublic boolean hasSuperclass()
hasSuperclass in interface WrappedClasspublic WrappedClass getSuperclass()
getSuperclass in interface WrappedClasspublic Type getType()
getType in interface WrappedClasspublic boolean isApplicationClass()
isApplicationClass in interface WrappedClasspublic String getFullyQualifiedName()
getFullyQualifiedName in interface WrappedClasspublic String getName()
getName in interface WrappedClasspublic Object getDelegate()
getDelegate in interface WrappedClassCopyright © 2024. All rights reserved.