alef 0.21.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
    /**
     * {{ doc_lines }}
     *
     * @param NodeContext $context Node context information (type, depth, path, etc.)
{{ param_docs }}
     * @return VisitResult How to proceed with traversal (Continue, Skip, or Custom output)
     */
    public function {{ method_name }}(NodeContext $context{% if method_params %}, {{ method_params }}{% endif %}): VisitResult;