Method |
Description |
|
__get ( $property ) |
|
|
append ( $name, $value ) |
|
|
append_ast ( Haanga_AST $obj ) |
|
|
arr ( ) |
|
|
comment ( $str ) |
|
|
constant ( $str ) |
|
|
decl ( $name, $value ) |
|
|
decl_raw ( $name, $value ) |
|
|
declare_function ( $name ) |
|
|
do_echo ( $stmt ) |
|
|
do_else ( ) |
|
|
do_endfunction ( ) |
|
|
do_endif ( ) |
|
|
do_exec ( ) |
|
|
do_for ( $index, $min, $max, $step, Haanga_AST $body ) |
|
|
do_foreach ( $array, $value, $key, Haanga_AST $body ) |
|
|
do_global ( $array ) |
|
|
do_if ( $expr ) |
|
|
do_return ( $name ) |
|
|
element ( $key = NULL, $value ) |
|
|
end ( ) |
|
|
exec ( $function ) |
|
|
expr ( $operation, $term1, $term2 = NULL ) |
|
|
expr_cond ( $expr, $if_true, $if_false ) |
|
|
fromArrayGetAST ( $obj ) |
|
|
getArray ( $get_all = FALSE ) |
|
|
getLast ( ) : array |
Return a refernce to the last element
of the AST stack. |
|
getValue ( $obj, &$value, $get_all = FALSE ) |
|
|
is_exec ( $arr ) |
|
|
is_expr ( $arr ) |
|
|
is_str ( $arr ) |
|
|
is_var ( $arr ) |
|
|
num ( $number ) |
|
|
param ( $param ) |
|
|
stack_size ( ) |
|
|
str ( $string ) |
|
|
v ( ) |
|
|