Uses of Enum Class
com.github.javaparser.symbolsolver.resolution.naming.NameRole
Packages that use NameRole
-
Uses of NameRole in com.github.javaparser.symbolsolver.resolution.naming
Methods in com.github.javaparser.symbolsolver.resolution.naming that return NameRoleModifier and TypeMethodDescriptionstatic NameRoleNameLogic.classifyRole(Node name) What is the Role of the given name? Does it represent a Declaration or a Reference?static NameRoleReturns the enum constant of this class with the specified name.static NameRole[]NameRole.values()Returns an array containing the constants of this enum class, in the order they are declared.