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