Class XHPASTTree
Tasks
Methods
public this __construct(array $tree, array $stream, $source)
| parameters | array | $tree | |
| array | $stream | |
| wild | $source | |
| return | this | | |
This method is not documented.
public static evalStaticString($string)
| parameters | wild | $string | |
| return | wild | | |
This method is not documented.
public static newFromData($php_source)
| parameters | wild | $php_source | |
| return | wild | | |
This method is not documented.
public static newFromDataAndResolvedExecFuture($php_source, array $resolved)
| parameters | wild | $php_source | |
| array | $resolved | |
| return | wild | | |
This method is not documented.
public newNode($id, array $data, AASTTree $tree)
| parameters | wild | $id | |
| array | $data | |
| AASTTree | $tree | |
| return | wild | | |
This method is not documented.
public newToken($id, $type, $value, $offset, AASTTree $tree)
| parameters | wild | $id | |
| wild | $type | |
| wild | $value | |
| wild | $offset | |
| AASTTree | $tree | |
| return | wild | | |
This method is not documented.