@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprBase
Interface: PhpExprBase
Base interface for all PHP expression nodes.
Extends
Extended by
PhpExprAssignPhpExprArrayPhpExprArrayItemPhpExprArrayDimFetchPhpExprVariablePhpExprMethodCallPhpExprNullsafeMethodCallPhpExprStaticCallPhpExprFuncCallPhpExprNewPhpExprConstFetchPhpExprIncludePhpExprBooleanNotPhpExprInstanceofPhpExprBinaryOpPhpExprTernaryPhpExprNullsafePropertyFetchPhpExprPropertyFetchPhpExprStaticPropertyFetchPhpExprCoalescePhpExprUnaryMinusPhpExprUnaryPlusPhpExprClonePhpExprCastArrayPhpExprCastIntPhpExprCastDoublePhpExprCastStringPhpExprCastBoolPhpExprClosurePhpExprArrowFunctionPhpExprMatchPhpExprThrow
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: PhpExprNodeType;