private static int GetNumberPushedByInstruction(Instruction current) { return current.Accept(new NumberPushedVisitor()); }