API Reference
Namespaces
PhpParser
Builder
Comment
ErrorHandler
Lexer
Node
NodeVisitor
Parser
PrettyPrinter
PHPStan
Analyser
BetterReflection
Broker
Collectors
Command
DependencyInjection
File
Node
Parser
Php
PhpDoc
PhpDocParser
Ast
ConstExpr
PhpDoc
Type
Lexer
Parser
Reflection
Rules
Testing
Type
Classes
ArrayShapeItemNode
ArrayShapeNode
ArrayTypeNode
CallableTypeNode
CallableTypeParameterNode
ConditionalTypeForParameterNode
ConditionalTypeNode
ConstTypeNode
GenericTypeNode
IdentifierTypeNode
IntersectionTypeNode
InvalidTypeNode
NullableTypeNode
ObjectShapeItemNode
ObjectShapeNode
OffsetAccessTypeNode
ThisTypeNode
UnionTypeNode
Interfaces
TypeNode
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types =
1
);
2:
3:
namespace
PHPStan\PhpDocParser\Ast\Type;
4:
5:
use
PHPStan\PhpDocParser\Ast\Node;
6:
7:
interface
TypeNode
extends
Node
8:
{
9:
10:
}
11: