Docs.rs
php-ast-0.2.1
php-ast 0.2.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
jorgsowa
Dependencies
bumpalo ^3
normal
serde ^1
normal
Versions
18.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module visitor
php_ast
0.2.1
Module visitor
Module Items
Traits
Functions
In crate php_
ast
php_ast
Module
visitor
Copy item path
Source
Traits
§
Visitor
Visitor trait for AST traversal. All methods have default implementations that recursively walk child nodes, so implementors only need to override the node types they care about.
Functions
§
walk_
arg
walk_
class_
member
walk_
enum_
member
walk_
expr
walk_
param
walk_
program
walk_
property_
hook
walk_
stmt