Uses of Package
com.github.javaparser.resolution.declarations
Packages that use com.github.javaparser.resolution.declarations
Package
Description
-
Classes in com.github.javaparser.resolution.declarations used by com.github.javaparser.ast.bodyClassDescriptionA declaration of a constructor.Declaration of an Enum.Declaration of a field.A declaration of a method (either in an interface, a class, an enum or an annotation).Declaration of a parameter.Declaration of a value.
-
Classes in com.github.javaparser.resolution.declarations used by com.github.javaparser.ast.exprClassDescriptionA declaration of a constructor.A declaration of a method (either in an interface, a class, an enum or an annotation).A declaration of a type.Declaration of a value.
-
Classes in com.github.javaparser.resolution.declarations used by com.github.javaparser.ast.stmt
-
Classes in com.github.javaparser.resolution.declarations used by com.github.javaparser.resolutionClassDescriptionA declaration of a method (either in an interface, a class, an enum or an annotation).Declaration of a type parameter.
-
Classes in com.github.javaparser.resolution.declarations used by com.github.javaparser.resolution.declarationsClassDescriptionA declaration that can be potentially associated with an AST node.Anything which can have an AccessSpecifier.Declaration of a Class (not an interface or an enum).A declaration of a constructor.A generic declaration.Declaration of an Enum.Declaration of a field.An interface declaration.A declaration of a method (either in an interface, a class, an enum or an annotation).This is a common interface for MethodDeclaration and ConstructorDeclaration.Declaration of a parameter.Declaration of a pattern expression.A declaration of a type.Declaration of a type parameter.A Bound on a Type Parameter.An entity which has type parameter.Declaration of a value.
-
Classes in com.github.javaparser.resolution.declarations used by com.github.javaparser.resolution.typesClassDescriptionDeclaration of a field.A declaration of a method (either in an interface, a class, an enum or an annotation).Declaration of a type parameter.
-