Exemplo n.º 1
0
 /**
  * Returns a child node at the given index.
  *
  * @param integer $index The child offset.
  *
  * @return PHP_PMD_Node_ASTNode
  */
 public function getChild($index)
 {
     return new PHP_PMD_Node_ASTNode($this->_node->getChild($index), $this->getFileName());
 }