Interface SymbolResolutionCapability
- All Known Implementing Classes:
JavaParserClassDeclaration, JavaParserEnumDeclaration, JavaParserInterfaceDeclaration, JavaParserRecordDeclaration, JavassistClassDeclaration, JavassistEnumDeclaration, JavassistInterfaceDeclaration, JavassistRecordDeclaration, ReflectionClassDeclaration, ReflectionEnumDeclaration, ReflectionInterfaceDeclaration
public interface SymbolResolutionCapability
Allows for an implementing declaration type to support solving for field (symbol) usage.
-
Method Summary
Modifier and TypeMethodDescriptionSymbolReference<? extends ResolvedValueDeclaration> solveSymbol(String name, TypeSolver typeSolver)
-
Method Details
-
solveSymbol
- Parameters:
name- Field / symbol name.typeSolver- Symbol solver to resolve type usage.- Returns:
- Symbol reference of the resolved value.
-