| Package | Description |
|---|---|
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.expr | |
| com.github.javaparser.resolution.declarations |
| Modifier and Type | Method and Description |
|---|---|
ResolvedValueDeclaration |
VariableDeclarator.resolve() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedValueDeclaration |
NameExpr.resolve()
Attempts to resolve the declaration corresponding to the accessed name.
|
ResolvedValueDeclaration |
FieldAccessExpr.resolve()
Attempts to resolve the declaration corresponding to the accessed field.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResolvedAnnotationMemberDeclaration |
interface |
ResolvedEnumConstantDeclaration |
interface |
ResolvedFieldDeclaration
Declaration of a field.
|
interface |
ResolvedParameterDeclaration
Declaration of a parameter.
|
Copyright © 2007–2019. All rights reserved.