Uses of Class
com.github.javaparser.symbolsolver.resolution.naming.NameCategory
-
Packages that use NameCategory Package Description com.github.javaparser.symbolsolver.resolution.naming -
-
Uses of NameCategory in com.github.javaparser.symbolsolver.resolution.naming
Methods in com.github.javaparser.symbolsolver.resolution.naming that return NameCategory Modifier and Type Method Description static NameCategoryNameLogic. classifyReference(Node name, TypeSolver typeSolver)static NameCategoryNameLogic. syntacticClassificationAccordingToContext(Node name)See JLS 6.5.1 Syntactic Classification of a Name According to Context.static NameCategoryNameCategory. valueOf(String name)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.
-