Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Packages that use ResolvedDeclaration Package Description com.github.javaparser.resolution.declarations -
-
Uses of ResolvedDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedDeclaration in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interface
ResolvedAnnotationDeclaration
interface
ResolvedAnnotationMemberDeclaration
interface
ResolvedClassDeclaration
Declaration of a Class (not an interface or an enum).interface
ResolvedConstructorDeclaration
A declaration of a constructor.interface
ResolvedEnumConstantDeclaration
interface
ResolvedEnumDeclaration
Declaration of an Enum.interface
ResolvedFieldDeclaration
Declaration of a field.interface
ResolvedInterfaceDeclaration
An interface declaration.interface
ResolvedMethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).interface
ResolvedMethodLikeDeclaration
This is a common interface for MethodDeclaration and ConstructorDeclaration.interface
ResolvedParameterDeclaration
Declaration of a parameter.interface
ResolvedReferenceTypeDeclaration
interface
ResolvedTypeDeclaration
A declaration of a type.interface
ResolvedTypeParameterDeclaration
Declaration of a type parameter.interface
ResolvedValueDeclaration
Declaration of a value.
-