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 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. -
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 class
DefaultConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>
This represents the default constructor added by the compiler for objects not declaring one.class
JavaParserAnonymousClassDeclaration
An anonymous class declaration representation.class
JavaParserClassDeclaration
class
JavaParserConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>
class
JavaParserEnumDeclaration
static class
JavaParserEnumDeclaration.ValueOfMethod
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
JavaParserEnumDeclaration.ValuesMethod
Needed 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.class
JavaParserFieldDeclaration
class
JavaParserInterfaceDeclaration
class
JavaParserMethodDeclaration
-
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement HasAccessSpecifier Modifier and Type Class Description class
JavassistClassDeclaration
class
JavassistConstructorDeclaration
class
JavassistEnumDeclaration
class
JavassistFieldDeclaration
class
JavassistInterfaceDeclaration
class
JavassistMethodDeclaration
-
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement HasAccessSpecifier Modifier and Type Class Description class
AbstractClassDeclaration
A 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 class
ReflectionClassDeclaration
class
ReflectionConstructorDeclaration
class
ReflectionEnumDeclaration
class
ReflectionFieldDeclaration
class
ReflectionInterfaceDeclaration
class
ReflectionMethodDeclaration
-