Package com.github.javaparser.symbolsolver.resolution.naming
package com.github.javaparser.symbolsolver.resolution.naming
-
Class SummaryClassDescriptionNameLogic contains a set of static methods to implement the abstraction of a "Name" as defined in Chapter 6 of the JLS.
-
Enum SummaryEnumDescriptionContext causes a name syntactically to fall into one of seven categories: ModuleName, PackageName, TypeName, ExpressionName, MethodName, PackageOrTypeName, or AmbiguousName.Each Name can be part either of a Declaration or a Reference to a Declaration.