Phan\Plugin::analyzeNode PHP Method

analyzeNode() abstract public method

Analyze the given node in the given context after Phan has analyzed the node.
abstract public analyzeNode ( CodeBase $code_base, Context $context, ast\Node $node, ast\Node $parent_node = null ) : void
$code_base CodeBase The code base in which the node exists
$context Phan\Language\Context The context in which the node exits. This is the context inside the given node rather than the context outside of the given node
$node ast\Node The php-ast Node being analyzed.
$parent_node ast\Node
return void
    public abstract function analyzeNode(CodeBase $code_base, Context $context, Node $node, Node $parent_node = null);

Same methods

Plugin::analyzeNode ( CodeBase $code_base, Context $context, ast\Node $node, ast\Node $parent_node = null ) : void