基本解釋[計(jì)算機(jī)科學(xué)技術(shù)]訪問(wèn)者模式英漢例句雙語(yǔ)例句The visitor pattern is a simple technique to process arbitrary data structures.訪問(wèn)者模式是一種處理任意數(shù)據(jù)結(jié)構(gòu)的簡(jiǎn)單技術(shù)。Jomo Fisher demonstrates a visitor pattern than will walk an expression tree, creating a new tree while swapping out specific nodes.Jomo Fisher演示了一個(gè)使用訪問(wèn)者模式代碼,這段代碼通過(guò)創(chuàng)建一個(gè)新樹來(lái)替換特定的節(jié)點(diǎn),而不是瀏覽整個(gè)表達(dá)式樹。Adding new data types (classes) with visitors is difficult, however, as the Visitor pattern requires a visit() method for all concrete types.然而,通過(guò)訪問(wèn)者添加新數(shù)據(jù)類型(類)較為困難,因?yàn)樵L問(wèn)者模式要求所有具體類型都具有一個(gè) visit() 方法。visitor pattern更多例句詞組短語(yǔ)短語(yǔ)visitor design pattern 訪問(wèn)者設(shè)計(jì)模式The Visitor Pattern 訪問(wèn)模式Visitor Pattern Identifying 訪問(wèn)者模式識(shí)別visitor pattern更多詞組專業(yè)釋義計(jì)算機(jī)科學(xué)技術(shù)訪問(wèn)者模式