Uses of Interface
com.github.javaparser.resolution.declarations.HasAccessSpecifier
Packages that use HasAccessSpecifier
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of HasAccessSpecifier in com.github.javaparser.resolution.declarations
Subinterfaces of HasAccessSpecifier in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterface
Declaration of a Class (not an interface or an enum).interface
A declaration of a constructor.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 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 HasAccessSpecifierModifier and TypeClassDescriptionclass
This represents the default constructor added by the compiler for objects not declaring one.class
An anonymous class declaration representation.class
class
class
static class
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
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
class
class
class
Heavily based on JavaParserClassDeclarationstatic class
static class
-
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement HasAccessSpecifierModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement HasAccessSpecifierModifier and TypeClassDescriptionclass
A common ancestor for all ClassDeclarations. -
Uses of HasAccessSpecifier in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement HasAccessSpecifierModifier and TypeClassDescriptionclass
class
class
class
class
class
class