public class WALAClass extends Object implements WrappedClass
| Constructor and Description |
|---|
WALAClass(com.ibm.wala.types.TypeReference typeReference) |
| 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() |
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.