Skip to main content

Module misc

Module misc 

Source

Structs§

VariableIdentifier
Represents a PHP variable identifier (e.g., $foo, $this). Wraps a Atom which holds the interned name (including ‘$’).

Enums§

ExpressionIdentifier
Identifies the target of an expression, distinguishing simple variables from property accesses.
GenericParent
Identifies the scope where a generic template parameter (@template) is defined.