Home
last modified time | relevance | path

Searched refs:kinds (Results 1 – 2 of 2) sorted by relevance

/php-ast/scripts/
H A Dgenerate_ast_data.php224 $kinds = []; variable
228 $kinds[] = "\t$zend_name,";
234 $code = str_replace('{KINDS}', implode("\n", $kinds), $code);
/php-ast/
H A DREADME.md17 * [AST node kinds](#ast-node-kinds)
86 [AST node kinds section](#ast-node-kinds) for an overview of the available node kinds.
90 kinds.
97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for
98 the different node kinds.
194 `ast\get_metadata()` returns metadata about all AST node kinds. The return value is a map from AST
195 node kinds to `ast\Metadata` objects defined as follows.
221 This section lists which flags are used by which AST node kinds. The "combinable" flags can be
371 AST node kinds
374 This section lists the AST node kinds that are supported and the names of their child nodes.
[all …]

Completed in 5 milliseconds