Package com.github.javaparser.resolution.declarations
package com.github.javaparser.resolution.declarations
-
Interface SummaryInterfaceDescriptionAssociableToAST<N extends Node>A 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.An entity which has type parameter.Declaration of a value.
-
Class Summary