PHP Transphpile\Transpile Namespace

Nested Namespaces

Transphpile\Transpile\Exception
Transphpile\Transpile\Visitors

Classes

Name Description
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