| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.resolution.naming |
| Modifier and Type | Method and Description |
|---|---|
static NameCategory |
NameLogic.classifyReference(com.github.javaparser.ast.Node name,
TypeSolver typeSolver) |
static NameCategory |
NameLogic.syntacticClassificationAccordingToContext(com.github.javaparser.ast.Node name)
See JLS 6.5.1 Syntactic Classification of a Name According to Context.
|
static NameCategory |
NameCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameCategory[] |
NameCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019. All rights reserved.