ContextStack.Push Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Semantic
Declaring Type: ContextStack
Push a context onto the context stack
public IDisposable Push(Topten.Cminor.Ast.AstStatement context);
Parameters
Topten.Cminor.Ast.AstStatement context | The context to push |
Returns
IDisposable | A disposable that removes the context from the stack |