public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()
public function current()
Return
wild |
public function key()
public function key()
Return
wild |
public function next()
public function next()
Return
wild |
public function rewind()
public function rewind()
Return
wild |
public function valid()
public function valid()
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
protected function __construct()
protected function __construct()
Return
this | //Implicit.// |
protected function newList($nodes)
protected function newList($nodes)
Parameters
array | $nodes |
Return
wild |
public function selectDescendantsOfType($type_name)
public function selectDescendantsOfType($type_name)
Parameters
$type_name |
Return
wild |
public function selectDescendantsOfTypes($type_names)
public function selectDescendantsOfTypes($type_names)
Parameters
array | $type_names |
Return
wild |
public function getChildrenByIndex($index)
public function getChildrenByIndex($index)
Parameters
$index |
Return
wild |
public function add($list)
public function add($list)
Parameters
AASTNodeList | $list |
Return
wild |
public function getTokens()
public function getTokens()
Return
wild |
public function getRawNodes()
public function getRawNodes()
Return
wild |
public static function newFromTreeAndNodes($tree, $nodes)
public static function newFromTreeAndNodes($tree, $nodes)
Parameters
AASTTree | $tree | |
array | $nodes |
Return
wild |
public static function newFromTree($tree)
public static function newFromTree($tree)
Parameters
AASTTree | $tree |
Return
wild |
public function count()
public function count()
Return
wild |