Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedDeclaration
Packages that use ResolvedDeclaration
-
Uses of ResolvedDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedDeclaration in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceDeclaration of a Class (not an interface or an enum).interfaceA declaration of a constructor.interfaceinterfaceDeclaration of an Enum.interfaceDeclaration of a field.interfaceAn interface declaration.interfaceA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceThis is a common interface for MethodDeclaration and ConstructorDeclaration.interfaceDeclaration of a parameter.interfaceDeclaration of a pattern expression.interfaceinterfaceA declaration of a type.interfaceDeclaration of a type parameter.interfaceDeclaration of a value.