private Stack <ISymbol> RunTerminalRule() { TerminalShapes.Add(ShapesStack.Pop()); return(null); }
public Shape PopShape() { CurrentShape = ShapesStack.Pop(); return(CurrentShape); }