public abstract class AbstractClassDeclaration extends AbstractTypeDeclaration implements ClassDeclaration
| Constructor and Description |
|---|
AbstractClassDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
ClassDeclaration |
asClass() |
List<ReferenceType> |
getAllInterfaces() |
List<ReferenceType> |
getAllSuperClasses() |
boolean |
hasName() |
protected abstract 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, isParametergetTypeParametersaccessLevelpublic boolean hasName()
hasName in interface Declarationpublic final List<ReferenceType> getAllSuperClasses()
getAllSuperClasses in interface ClassDeclarationpublic final List<ReferenceType> getAllInterfaces()
getAllInterfaces in interface ClassDeclarationpublic final ClassDeclaration asClass()
asClass in interface TypeDeclarationprotected abstract ReferenceType object()
Copyright © 2016. All rights reserved.