An object that represents the use of an alternative scope stack and that will restore the original stack on destruction. More...
#include <EvalContext.h>
| Public Member Functions | |
| AlternateScoping (AlternateScoping &&) | |
| Friends | |
| class | EvalContext | 
An object that represents the use of an alternative scope stack and that will restore the original stack on destruction.
For instance, when calling a function, we need to switch to the function definition's stack rather than the
Definition at line 119 of file EvalContext.h.