Transphpile\Transpile\Exception |
Transphpile\Transpile\Visitors |
Имя | Описание |
---|---|
NodeStateStack | /* This singleton class allows us to deal with "global" variables that needs to be used while traversing the AST. |
StackVarNodeTraverser | /* Small decorator that will push and pop variables per node traversal, as we will traverse subnodes manually (for instance, when encountering anonymous classes). We must save / use our variables per traversal. |
Transpile |