@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpScalarBase
Interface: PhpScalarBase
Base interface for all PHP scalar nodes.
Extends
Extended by
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: `Scalar_${string}`;