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 interfaceResolvedClassDeclarationDeclaration of a Class (not an interface or an enum).interfaceResolvedConstructorDeclarationA declaration of a constructor.interfaceResolvedEnumDeclarationDeclaration of an Enum.interfaceResolvedFieldDeclarationDeclaration of a field.interfaceResolvedInterfaceDeclarationAn interface declaration.interfaceResolvedMethodDeclarationA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceResolvedMethodLikeDeclarationThis is a common interface for MethodDeclaration and ConstructorDeclaration.
-