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 TypeInterfaceDescriptioninterface
interface
interface
Declaration of a Class (not an interface or an enum).interface
A declaration of a constructor.interface
interface
Declaration of an Enum.interface
Declaration of a field.interface
An interface declaration.interface
A declaration of a method (either in an interface, a class, an enum or an annotation).interface
This is a common interface for MethodDeclaration and ConstructorDeclaration.interface
Declaration of a parameter.interface
Declaration of a pattern expression.interface
interface
A declaration of a type.interface
Declaration of a type parameter.interface
Declaration of a value.