Beispiel #1
0
 public void DestroyStackFrame()
 {
     VariableStacks.Pop();
 }
Beispiel #2
0
 public void CreateStackFrame()
 {
     VariableStacks.Push(new VariableStackFrame());
 }