Uses of Interface
com.github.javaparser.resolution.declarations.HasAccessSpecifier
-
Packages that use HasAccessSpecifier Package Description com.github.javaparser.resolution.declarations com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.logic com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
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.interfaceResolvedRecordDeclarationDeclaration of a Record (not an interface or an enum). -
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement HasAccessSpecifier Modifier and Type Class Description classDefaultConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>This represents the default constructor added by the compiler for objects not declaring one.classJavaParserAnonymousClassDeclarationAn anonymous class declaration representation.classJavaParserClassDeclarationclassJavaParserConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>classJavaParserEnumDeclarationstatic classJavaParserEnumDeclaration.ValueOfMethodNeeded by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.static classJavaParserEnumDeclaration.ValuesMethodNeeded by ContextHelper An implicitly declared methodpublic static E[] values(), which returns an array containing the enum constants ofE, in the same order as they appear in the body of the declaration of E.classJavaParserFieldDeclarationclassJavaParserInterfaceDeclarationclassJavaParserMethodDeclarationclassJavaParserRecordDeclarationHeavily based on JavaParserClassDeclarationstatic classJavaParserRecordDeclaration.CanonicalRecordConstructorstatic classJavaParserRecordDeclaration.ImplicitGetterMethod -
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement HasAccessSpecifier Modifier and Type Class Description classJavassistClassDeclarationclassJavassistConstructorDeclarationclassJavassistEnumDeclarationclassJavassistFieldDeclarationclassJavassistInterfaceDeclarationclassJavassistMethodDeclarationclassJavassistRecordDeclaration -
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement HasAccessSpecifier Modifier and Type Class Description classAbstractClassDeclarationA common ancestor for all ClassDeclarations. -
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement HasAccessSpecifier Modifier and Type Class Description classReflectionClassDeclarationclassReflectionConstructorDeclarationclassReflectionEnumDeclarationclassReflectionFieldDeclarationclassReflectionInterfaceDeclarationclassReflectionMethodDeclarationclassReflectionRecordDeclaration
-