public abstract class AbstractTypeDeclaration
extends java.lang.Object
implements com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
| Constructor and Description |
|---|
AbstractTypeDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<com.github.javaparser.resolution.MethodUsage> |
getAllMethods() |
boolean |
isFunctionalInterface() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasReferenceType, canBeAssignedTo, findTypeParameter, getAllAncestors, getAllFields, getAllNonStaticFields, getAllStaticFields, getAncestors, getDeclaredFields, getDeclaredMethods, getField, getVisibleField, getVisibleFields, hasAnnotation, hasDirectlyAnnotation, hasField, hasVisibleField, isAssignableBy, isAssignableByasClass, asEnum, asInterface, asType, asTypeParameter, containerType, getClassName, getId, getInternalType, getPackageName, getQualifiedName, hasInternalType, internalTypes, isAnonymousClass, isClass, isEnum, isInterface, isType, isTypeParameterpublic final java.util.Set<com.github.javaparser.resolution.MethodUsage> getAllMethods()
getAllMethods in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclarationpublic final boolean isFunctionalInterface()
isFunctionalInterface in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration