Crate ast_grep_core

source ·

Re-exports

pub use language::Language;
pub use matcher::Matcher;

Modules

Structs

’r represents root lifetime
Represents the matched node with populated MetaVarEnv. It derefs to the Node so you can use it as a Node. To access the underlying MetaVarEnv, call get_env method.

Enums

Functions