PHP Трейт Phan\Analysis\Analyzable

Показать файл Открыть проект

Открытые методы

Метод Описание
analyze ( Context $context, CodeBase $code_base ) : Context
getNode ( ) : ast\Node
hasNode ( ) : boolean
setNode ( ast\Node $node )

Описание методов

analyze() публичный Метод

public analyze ( Context $context, CodeBase $code_base ) : Context
$context Phan\Language\Context
$code_base Phan\CodeBase
Результат Phan\Language\Context Analyze the node associated with this object in the given context

getNode() публичный Метод

public getNode ( ) : ast\Node
Результат ast\Node The AST node associated with this object

hasNode() публичный Метод

public hasNode ( ) : boolean
Результат boolean True if we have a node defined on this object

setNode() публичный Метод

public setNode ( ast\Node $node )
$node ast\Node The AST Node defining this object. We keep a reference to this so that we can come to it and