public abstract class AbstractClassDeclaration extends AbstractTypeDeclaration implements com.github.javaparser.symbolsolver.model.declarations.ClassDeclaration
| Constructor and Description |
|---|
AbstractClassDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.symbolsolver.model.declarations.ClassDeclaration |
asClass() |
java.util.List<com.github.javaparser.symbolsolver.model.typesystem.ReferenceType> |
getAllInterfaces() |
java.util.List<com.github.javaparser.symbolsolver.model.typesystem.ReferenceType> |
getAllSuperClasses() |
boolean |
hasName() |
protected abstract com.github.javaparser.symbolsolver.model.typesystem.ReferenceType |
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, getId, getQualifiedName, internalTypes, isEnum, isInterface, isType, isTypeParameterasField, asMethod, asParameter, getName, isField, isMethod, isParameterpublic boolean hasName()
hasName in interface com.github.javaparser.symbolsolver.model.declarations.Declarationpublic final java.util.List<com.github.javaparser.symbolsolver.model.typesystem.ReferenceType> getAllSuperClasses()
getAllSuperClasses in interface com.github.javaparser.symbolsolver.model.declarations.ClassDeclarationpublic final java.util.List<com.github.javaparser.symbolsolver.model.typesystem.ReferenceType> getAllInterfaces()
getAllInterfaces in interface com.github.javaparser.symbolsolver.model.declarations.ClassDeclarationpublic final com.github.javaparser.symbolsolver.model.declarations.ClassDeclaration asClass()
asClass in interface com.github.javaparser.symbolsolver.model.declarations.TypeDeclarationprotected abstract com.github.javaparser.symbolsolver.model.typesystem.ReferenceType object()