Node
Table of Contents
Namespaces
Interfaces
- VirtualNode
- Describe a Node that is not part of the original AST and was created by Psalm for analysis
Classes
- VirtualArg
- VirtualArrayItem
- VirtualAttribute
- VirtualAttributeGroup
- VirtualClosureUse
- VirtualConst
- VirtualIdentifier
- Represents a non-namespaced name. Namespaced names are represented using Name nodes.
- VirtualMatchArm
- VirtualName
- VirtualNullableType
- This is a base class for complex types, including nullable types and union types.
- VirtualParam
- VirtualPropertyItem
- VirtualStaticVar
- VirtualUnionType
- This is a base class for complex types, including nullable types and union types.
- VirtualUseItem
- VirtualVarLikeIdentifier
- Represents a name that is written in source code with a leading dollar, but is not a proper variable. The leading dollar is not stored as part of the name.