Skip to main content

Module languages

Module languages 

Source
Expand description

Language-specific handlers and query definitions for tree-sitter parsing.

Provides query strings and extraction handlers for supported languages: Rust, Go, Java, Python, and TypeScript.

Modules§

go
java
python
rust
typescript

Structs§

LanguageInfo
Information about a supported language for code analysis.

Functions§

get_language_info
Get language information by language name.

Type Aliases§

ExtractFunctionNameHandler
Handler to extract function name from a node.
ExtractInheritanceHandler
Handler to extract inheritance information from a class node.
FindMethodForReceiverHandler
Handler to find method name for a receiver type.
FindReceiverTypeHandler
Handler to find receiver type for a method.