Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
-
Packages that use ResolvedValueDeclaration Package Description com.github.javaparser.ast.body com.github.javaparser.ast.expr com.github.javaparser.resolution.declarations -
-
Uses of ResolvedValueDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedValueDeclaration Modifier and Type Method Description ResolvedValueDeclarationVariableDeclarator. resolve() -
Uses of ResolvedValueDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedValueDeclaration Modifier and Type Method Description ResolvedValueDeclarationFieldAccessExpr. resolve()Attempts to resolve the declaration corresponding to the accessed field.ResolvedValueDeclarationNameExpr. resolve()Attempts to resolve the declaration corresponding to the accessed name. -
Uses of ResolvedValueDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedValueDeclaration in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interfaceResolvedAnnotationMemberDeclarationinterfaceResolvedEnumConstantDeclarationinterfaceResolvedFieldDeclarationDeclaration of a field.interfaceResolvedParameterDeclarationDeclaration of a parameter.
-