ClassInfo
public class ClassNameAndSuperclassInfo extends ClassDescriptor
Modifier and Type | Class | Description |
---|---|---|
static class |
ClassNameAndSuperclassInfo.Builder |
EMPTY_ARRAY
Modifier and Type | Method | Description |
---|---|---|
int |
getAccessFlags() |
|
java.util.Set<ClassDescriptor> |
getCalledClassDescriptors() |
|
ClassDescriptor |
getClassDescriptor() |
|
ICodeBaseEntry |
getCodeBaseEntry() |
|
ClassDescriptor[] |
getInterfaceDescriptorList() |
|
int |
getMajorVersion() |
|
int |
getMinorVersion() |
|
ClassDescriptor |
getSuperclassDescriptor() |
|
boolean |
isAbstract() |
|
boolean |
isAnnotation() |
|
boolean |
isDeprecated() |
|
boolean |
isFinal() |
|
boolean |
isInterface() |
|
boolean |
isPrivate() |
|
boolean |
isProtected() |
|
boolean |
isPublic() |
|
boolean |
isStatic() |
|
boolean |
isSynthetic() |
compareTo, createClassDescriptor, createClassDescriptor, createClassDescriptor, createClassDescriptorFromDottedClassName, createClassDescriptorFromSignature, equals, fromFieldSignature, fromResourceName, getClassName, getDottedClassName, getPackageName, getSignature, getSimpleName, getXClass, hashCode, isAnonymousClass, isArray, isClassResource, matches, throwClassNotFoundException, toDottedClassName, toResourceName, toString
public int getAccessFlags()
public int getMajorVersion()
public int getMinorVersion()
public ClassDescriptor getClassDescriptor()
public ICodeBaseEntry getCodeBaseEntry()
public ClassDescriptor[] getInterfaceDescriptorList()
public java.util.Set<ClassDescriptor> getCalledClassDescriptors()
public ClassDescriptor getSuperclassDescriptor()
public boolean isFinal()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public boolean isStatic()
public boolean isInterface()
public boolean isAbstract()
public boolean isAnnotation()
public boolean isSynthetic()
public boolean isDeprecated()
SpotBugs is licensed under the LGPL.