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 |
FieldAccessExpr.resolve()
Attempts to resolve the declaration corresponding to the accessed field.
|
ResolvedValueDeclaration |
NameExpr.resolve()
Attempts to resolve the declaration corresponding to the accessed name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResolvedAnnotationMemberDeclaration |
interface |
ResolvedEnumConstantDeclaration |
interface |
ResolvedFieldDeclaration
Declaration of a field.
|
interface |
ResolvedParameterDeclaration
Declaration of a parameter.
|
Copyright © 2007–2020. All rights reserved.