Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
Packages that use ResolvedValueDeclaration
Package
Description
-
Uses of ResolvedValueDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedValueDeclaration -
Uses of ResolvedValueDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedValueDeclaration -
Uses of ResolvedValueDeclaration in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type ResolvedValueDeclarationModifier and TypeMethodDescriptionSymbolDeclarator.getSymbolDeclarations()default SymbolReference<? extends ResolvedValueDeclaration> Context.solveSymbol(String name) Used where a symbol is being used (e.g.SymbolReference<? extends ResolvedValueDeclaration> Solver.solveSymbol(String name, Node node) SymbolReference<? extends ResolvedValueDeclaration> Solver.solveSymbol(String name, Context context) default SymbolReference<? extends ResolvedValueDeclaration> Context.solveSymbolInParentContext(String name) SymbolReference<? extends ResolvedValueDeclaration> Solver.solveSymbolInType(ResolvedTypeDeclaration typeDeclaration, String name) Solve any possible visible symbols including: fields, internal types, type variables, the type itself or its containers. -
Uses of ResolvedValueDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedValueDeclaration in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceDeclaration of a field.interfaceDeclaration of a parameter.interfaceDeclaration of a pattern expression. -
Uses of ResolvedValueDeclaration in com.github.javaparser.resolution.model
Methods in com.github.javaparser.resolution.model with parameters of type ResolvedValueDeclarationModifier and TypeMethodDescriptionstatic ValueValue.from(ResolvedValueDeclaration decl) Create a Value from a ValueDeclaration.