Uses of Enum
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 NameRole
NameLogic.classifyRole
(Node name) What is the Role of the given name? Does it represent a Declaration or a Reference?static NameRole
Returns the enum constant of this type with the specified name.static NameRole[]
NameRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.