Crate aws_fully_qualified_names

Source

Structs§

DeclUse
Collection of defined and used symbols in a file or segment of code.
Declaration
Extent
FullyQualifiedName
Java
Location
Name
Names
Collection of names/symbols which are found inside a file or segment of code. This includes both declarations and usages of symbols.
Python
Range
Range is a fragment of code inclusive of the start and end line numbers as captured by start_line and end_line respectively.
RelevantScope
SimpleName
Tsx
TypeScript
Usage

Enums§

RelevantName
Symbol

Traits§

Language

Functions§

find_names
Extract and return names given a language name and code. The language name should be an all lowercase string. Currently these are supported: python, typescript, javascript, and java.