forge_fmt

Module visit

Source
Expand description

Visitor helpers to traverse the solang Solidity Parse Tree.

Macros§

Traits§

  • Visitable trait for [solang_parser::pt] types.
  • 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.