Uses of Class
com.github.javaparser.symbolsolver.resolution.naming.NameRole
-
Packages that use NameRole Package Description com.github.javaparser.symbolsolver.resolution.naming -
-
Uses of NameRole in com.github.javaparser.symbolsolver.resolution.naming
Methods in com.github.javaparser.symbolsolver.resolution.naming that return NameRole Modifier and Type Method Description static NameRoleNameLogic. classifyRole(Node name)What is the Role of the given name?static NameRoleNameRole. valueOf(String name)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.
-