Diviner

Class XHPASTTree

Definedsrc/parser/xhpast/api/XHPASTTree.php:6
GroupXHPAST (PHP/XHP Parser)
ExtendsAASTTree

Tasks

Unspecified

Methods

public this __construct(array $tree, array $stream, $source)

parametersarray$tree
array$stream
wild$source
returnthis
This method is not documented.

public static evalStaticString($string)

parameterswild$string
returnwild
This method is not documented.

public static newFromData($php_source)

parameterswild$php_source
returnwild
This method is not documented.

public static newFromDataAndResolvedExecFuture($php_source, array $resolved)

parameterswild$php_source
array$resolved
returnwild
This method is not documented.

public newNode($id, array $data, AASTTree $tree)

parameterswild$id
array$data
AASTTree$tree
returnwild
This method is not documented.

public newToken($id, $type, $value, $offset, AASTTree $tree)

parameterswild$id
wild$type
wild$value
wild$offset
AASTTree$tree
returnwild
This method is not documented.