@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtBase
Interface: PhpStmtBase
Base interface for all PHP statement nodes.
Extends
Extended by
PhpStmtNamespacePhpStmtUsePhpStmtGroupUsePhpStmtUseUsePhpStmtClassPhpStmtTraitUsePhpStmtClassConstPhpStmtPropertyPhpStmtPropertyPropertyPhpStmtClassMethodPhpStmtFunctionPhpStmtExpressionPhpStmtEchoPhpStmtReturnPhpStmtDeclarePhpStmtIfPhpStmtElseIfPhpStmtElsePhpStmtForeachPhpStmtForPhpStmtWhilePhpStmtDoPhpStmtSwitchPhpStmtCasePhpStmtBreakPhpStmtContinuePhpStmtNop
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: `Stmt_${string}` | "UseItem" | "PropertyItem";