Module visit

Source
Expand description

Visitor helpers to traverse the solang Solidity Parse Tree.

Macros§

impl_visitable 🔒

Traits§

Visitable
Visitable trait for [solang_parser::pt] types.
Visitor
A trait that is invoked while traversing the Solidity Parse Tree. Each method of the Visitor trait is a hook that can be potentially overridden.