NAME
Compiler::Parser::Node
DESCRIPTION
METHODS
- my $found_nodes = $node->find(type => 'Int');
-
$node is created by Compiler::Parser::parse. Find node from 'node' or 'kind' or 'type' or 'data' parameter. This method imported by Compiler::Parser::Node.
AUTHOR
Masaaki Goshima (goccy) <goccy54@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) Masaaki Goshima (goccy).
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.