public abstract class AbstractTypeDeclaration
extends java.lang.Object
implements com.github.javaparser.symbolsolver.model.declarations.ReferenceTypeDeclaration
| Constructor and Description |
|---|
AbstractTypeDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<com.github.javaparser.symbolsolver.model.methods.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, getId, getQualifiedName, internalTypes, isClass, isEnum, isInterface, isType, isTypeParameterpublic final java.util.Set<com.github.javaparser.symbolsolver.model.methods.MethodUsage> getAllMethods()
getAllMethods in interface com.github.javaparser.symbolsolver.model.declarations.ReferenceTypeDeclarationpublic final boolean isFunctionalInterface()
isFunctionalInterface in interface com.github.javaparser.symbolsolver.model.declarations.ReferenceTypeDeclaration