| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.resolution.naming |
| Modifier and Type | Method and Description |
|---|---|
static NameRole |
NameLogic.classifyRole(com.github.javaparser.ast.Node name)
What is the Role of the given name? Does it represent a Declaration or a Reference?
|
static NameRole |
NameRole.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.
|
Copyright © 2007–2019. All rights reserved.