Uses of Enum
com.github.javaparser.symbolsolver.resolution.naming.NameRole
Packages that use NameRole
-
Uses of NameRole in com.github.javaparser.symbolsolver.resolution.naming
Subclasses with type arguments of type NameRole in com.github.javaparser.symbolsolver.resolution.namingModifier and TypeClassDescriptionenumEach Name can be part either of a Declaration or a Reference to a Declaration.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 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.