Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddImplementationRelationships ¶
func AddImplementationRelationships(pkgs loader.PackageLookup, allPackages loader.PackageLookup, symbols *lookup.Global)
Types ¶
type ImplDef ¶
type ImplDef struct {
// The corresponding scip symbol, generated via previous iteration over the AST
Symbol *scip.SymbolInformation
Pkg *packages.Package
Ident *ast.Ident
Methods map[canonicalMethod]*scip.SymbolInformation
}
Click to show internal directories.
Click to hide internal directories.