Searched refs:NameContext (Results 1 – 5 of 5) sorted by relevance
7 resolution and related functionality, both as reusable logic (NameContext), as well as a node58 The NameContext61 The actual name resolution logic is implemented in the `NameContext` class, which has the following65 class NameContext {81 Next to name resolution, the `NameContext` also supports the reverse operation of finding a short
6 use PhpParser\NameContext; alias15 /** @var NameContext Naming context */16 protected NameContext $nameContext;38 $this->nameContext = new NameContext($errorHandler ?? new ErrorHandler\Throwing());46 public function getNameContext(): NameContext {
13 $nameContext = new NameContext(new ErrorHandler\Throwing());
9 class NameContext { class
778 * Added `NameContext` class, which encapsulates the `NameResolver` logic independently of the actual
Completed in 11 milliseconds