Uses of Interface
com.github.javaparser.resolution.declarations.HasAccessSpecifier
-
Packages that use HasAccessSpecifier Package Description com.github.javaparser.resolution.declarations -
-
Uses of HasAccessSpecifier in com.github.javaparser.resolution.declarations
Subinterfaces of HasAccessSpecifier in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interface
ResolvedClassDeclaration
Declaration of a Class (not an interface or an enum).interface
ResolvedConstructorDeclaration
A declaration of a constructor.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
ResolvedRecordDeclaration
Declaration of a Record (not an interface or an enum).
-