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 TypeInterfaceDescriptioninterface
interface
interface
Declaration of a field.interface
Declaration of a parameter.interface
Declaration 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 Value
Value.from
(ResolvedValueDeclaration decl) Create a Value from a ValueDeclaration.