Method | Description | |
---|---|---|
analyze ( |
||
getNode ( ) : ast\Node | ||
hasNode ( ) : boolean | ||
setNode ( ast\Node $node ) |
public analyze ( |
||
$context | ||
$code_base | ||
return | Analyze the node associated with this object in the given context |
public getNode ( ) : ast\Node | ||
return | ast\Node | The AST node associated with this object |
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 |