@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpNode
Interface: PhpNode
Base interface for all PHP AST nodes.
Extended by
PhpIdentifierPhpNamePhpNullableTypePhpUnionTypePhpIntersectionTypePhpAttrGroupPhpAttributePhpArgPhpParamPhpConstPhpDeclareItemPhpScalarBasePhpExprBasePhpClosureUsePhpMatchArmPhpStmtBasePhpPropertyHook
Properties
attributes
ts
readonly attributes: PhpAttributes;nodeType
ts
readonly nodeType: string;