Namespaces
PHPStan
PhpDocParser
Ast
ConstExpr
NodeVisitor
PhpDoc
Doctrine
Type
Lexer
Parser
Printer
Classes
AssertTagMethodValueNode
AssertTagPropertyValueNode
AssertTagValueNode
DeprecatedTagValueNode
ExtendsTagValueNode
GenericTagValueNode
ImplementsTagValueNode
InvalidTagValueNode
MethodTagValueNode
MethodTagValueParameterNode
MixinTagValueNode
ParamClosureThisTagValueNode
ParamImmediatelyInvokedCallableTagValueNode
ParamLaterInvokedCallableTagValueNode
ParamOutTagValueNode
ParamTagValueNode
PhpDocNode
PhpDocTagNode
PhpDocTextNode
PropertyTagValueNode
PureUnlessCallableIsImpureTagValueNode
RequireExtendsTagValueNode
RequireImplementsTagValueNode
ReturnTagValueNode
SelfOutTagValueNode
TemplateTagValueNode
ThrowsTagValueNode
TypeAliasImportTagValueNode
TypeAliasTagValueNode
TypelessParamTagValueNode
UsesTagValueNode
VarTagValueNode
Interfaces
PhpDocChildNode
PhpDocTagValueNode
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types =
1
);
2:
3:
namespace
PHPStan\PhpDocParser\Ast\PhpDoc;
4:
5:
use
PHPStan\PhpDocParser\Ast\Node;
6:
7:
interface
PhpDocChildNode
extends
Node
8:
{
9:
10:
}
11: