Наследование: extends Phan\AST\Visitor\KindVisitorImplementation
Пример #1
0
 /**
  * @param Context $context
  * The context of the parser at the node for which we'd
  * like to determine a type
  *
  * @param CodeBase $code_base
  * The global code base in which we store all
  * state
  */
 public function __construct(CodeBase $code_base, Context $context)
 {
     parent::__construct($code_base, $context);
 }