<?php declare(strict_types = 1);
namespace PHPStan\PhpDocParser\Ast;
final class Attribute
{
public const START_LINE = 'startLine';
public const END_LINE = 'endLine';
public const START_INDEX = 'startIndex';
public const END_INDEX = 'endIndex';
public const ORIGINAL_NODE = 'originalNode';
public const COMMENTS = 'comments';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ConstExpr | Folder | 0755 |
|
|
| NodeVisitor | Folder | 0755 |
|
|
| PhpDoc | Folder | 0755 |
|
|
| Type | Folder | 0755 |
|
|
| AbstractNodeVisitor.php | File | 671 B | 0644 |
|
| Attribute.php | File | 341 B | 0644 |
|
| Comment.php | File | 664 B | 0644 |
|
| Node.php | File | 348 B | 0644 |
|
| NodeAttributes.php | File | 682 B | 0644 |
|
| NodeTraverser.php | File | 8.21 KB | 0644 |
|
| NodeVisitor.php | File | 2.45 KB | 0644 |
|