@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpScalarDNumber
Interface: PhpScalarDNumber
Represents a PHP float scalar node.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "Scalar_Float";Overrides
value
ts
readonly value: number;