Home
last modified time | relevance | path

Searched refs:NameContext (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/doc/component/
H A DName_resolution.markdown7 resolution and related functionality, both as reusable logic (NameContext), as well as a node
58 The NameContext
61 The actual name resolution logic is implemented in the `NameContext` class, which has the following
65 class NameContext {
81 Next to name resolution, the `NameContext` also supports the reverse operation of finding a short
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php6 use PhpParser\NameContext; alias
15 /** @var NameContext Naming context */
16 protected NameContext $nameContext;
38 $this->nameContext = new NameContext($errorHandler ?? new ErrorHandler\Throwing());
46 public function getNameContext(): NameContext {
/PHP-Parser/test/PhpParser/
H A DNameContextTest.php13 $nameContext = new NameContext(new ErrorHandler\Throwing());
/PHP-Parser/lib/PhpParser/
H A DNameContext.php9 class NameContext { class
/PHP-Parser/
H A DCHANGELOG.md771 * Added `NameContext` class, which encapsulates the `NameResolver` logic independently of the actual

Completed in 15 milliseconds