Structs§
- DeclUse
- Collection of defined and used symbols in a file or segment of code.
- Declaration
- Extent
- Fully
Qualified Name - 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
andend_line
respectively. - Relevant
Scope - Simple
Name - Tsx
- Type
Script - Usage
Enums§
Traits§
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
, andjava
.