Class PhpParser\Node\ComplexType

abstract
extends NodeAbstract

This is a base class for complex types, including nullable types and union types.

It does not provide any shared behavior and exists only for type-checking purposes.

Methods inherited from PhpParser\NodeAbstract
__construct(), getLine(), getStartLine(), getEndLine(), getStartTokenPos(), getEndTokenPos(), getStartFilePos(), getEndFilePos(), getComments(), getDocComment(), setDocComment(), setAttribute(), hasAttribute(), getAttribute(), getAttributes(), setAttributes(), jsonSerialize()
Properties inherited from PhpParser\NodeAbstract
$attributes