Lines Matching refs:kind
49 * `ast\AST_*` kind constants
53 * `ast\get_kind_name(int $kind)`
54 * `ast\kind_uses_flags(int $kind)`
77 public $kind;
84 The `kind` property specifies the type of the node. It is an integral value, which corresponds to
117 ["kind"]=>
127 ["kind"]=>
137 ["kind"]=>
190 `ast\get_kind_name()` returns a string name for an integral node kind.
192 `ast\kind_uses_flags()` determines whether the `flags` of a node kind may ever be non-zero.
201 public $kind;
208 The `kind` is the integral node kind, while `name` is the same name as returned by the
211 `flags` is an array of flag constant names, which may be used by the node kind. `flagsCombinable`