public abstract class AbstractClassDeclaration extends AbstractTypeDeclaration implements com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
| Constructor and Description |
|---|
AbstractClassDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.declarations.ResolvedClassDeclaration |
asClass() |
java.util.List<com.github.javaparser.resolution.types.ResolvedReferenceType> |
getAllInterfaces() |
java.util.List<com.github.javaparser.resolution.types.ResolvedReferenceType> |
getAllSuperClasses() |
boolean |
hasName() |
protected abstract com.github.javaparser.resolution.types.ResolvedReferenceType |
object()
An implementation of the Object class.
|
getAllMethods, isFunctionalInterfaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConstructors, getInterfaces, getSuperClass, isClassasReferenceType, canBeAssignedTo, findTypeParameter, getAllAncestors, getAllFields, getAllMethods, getAllNonStaticFields, getAllStaticFields, getAncestors, getDeclaredFields, getDeclaredMethods, getField, getVisibleField, getVisibleFields, hasAnnotation, hasDirectlyAnnotation, hasField, hasVisibleField, isAssignableBy, isAssignableBy, isFunctionalInterfaceasEnum, asInterface, asType, asTypeParameter, containerType, getClassName, getId, getInternalType, getPackageName, getQualifiedName, hasInternalType, internalTypes, isAnonymousClass, isEnum, isInterface, isType, isTypeParameterasField, asMethod, asParameter, getName, isField, isMethod, isParameterpublic boolean hasName()
hasName in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationpublic final java.util.List<com.github.javaparser.resolution.types.ResolvedReferenceType> getAllSuperClasses()
getAllSuperClasses in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclarationpublic final java.util.List<com.github.javaparser.resolution.types.ResolvedReferenceType> getAllInterfaces()
getAllInterfaces in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclarationpublic final com.github.javaparser.resolution.declarations.ResolvedClassDeclaration asClass()
asClass in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclarationprotected abstract com.github.javaparser.resolution.types.ResolvedReferenceType object()