Uses of Enum
com.github.javaparser.symbolsolver.resolution.naming.NameCategory
Packages that use NameCategory
-
Uses of NameCategory in com.github.javaparser.symbolsolver.resolution.naming
Methods in com.github.javaparser.symbolsolver.resolution.naming that return NameCategoryModifier and TypeMethodDescriptionstatic NameCategory
NameLogic.classifyReference
(Node name, TypeSolver typeSolver) private static NameCategory
NameLogic.reclassificationOfContextuallyAmbiguousNames
(Node name, NameCategory ambiguousCategory, TypeSolver typeSolver) JLS 6.5.2.private static NameCategory
NameLogic.reclassificationOfContextuallyAmbiguousPackageOrTypeName
(Node name, TypeSolver typeSolver) private static NameCategory
NameLogic.reclassificationOfContextuallyAmbiguousQualifiedAmbiguousName
(Node nameNode, TypeSolver typeSolver) private static NameCategory
NameLogic.reclassificationOfContextuallyAmbiguousSimpleAmbiguousName
(Node nameNode, TypeSolver typeSolver) static NameCategory
NameLogic.syntacticClassificationAccordingToContext
(Node name) See JLS 6.5.1 Syntactic Classification of a Name According to Context.static NameCategory
Returns the enum constant of this type with the specified name.static NameCategory[]
NameCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.symbolsolver.resolution.naming with parameters of type NameCategoryModifier and TypeMethodDescriptionprivate static NameCategory
NameLogic.reclassificationOfContextuallyAmbiguousNames
(Node name, NameCategory ambiguousCategory, TypeSolver typeSolver) JLS 6.5.2.