unreachable code的意思
unreachable code中文翻譯:
[計] 執行不到的代碼
[計]執行不到的代碼
相似詞語短語
unreachable───adj.不能得到的;不能達到的
un;eachable───牢不可破
unteachable───adj.不可教的;不適合教學的;固執的
unteachableness───不可教性
machine code───機器代碼
preachable───序言
reachable───adj.可獲得的;可達成的
undetachable───adj.不可拆卸的;不可分開的
unreached───未達到的;未取到的
雙語使用場景
Drag and Drop switch case, unreachable code?───拖放開關的情況下,無法訪問的代碼?
Unreachable code should not be part of a code base.───執行不到的代碼不應當成為代碼基的一部分。
When the compiler (back end) detects unreachable code, it will generate C4702, a level 4 warning.───當編譯器(后端)偵測到有不可能執行到的程序碼時,它會產生屬于層級4警告的C4702。
To correct this warning, remove the unreachable code or verify that the constant used in the case statement is correct.───若要更正此警告,請移除無法訪問的代碼,或者確認在case語句中使用的常數正確無誤。
Unreachable code is obviously dead, but JVMs often have more aggressive DCE policies.───不可達代碼顯然是死代碼,但是JVM采用的DCE策略常常更激進。
When the compiler (back end) detects unreachable code, it will generate C4702, a level 4 warning.───當編譯器(后端)偵測到有不可能執行到的程式碼時,它會產生屬于層級4警告的C4702。
英語使用場景
Unreachable code is obviously dead, but JVMs often have more aggressive DCE policies.
Unreachable code should not be part of a code base.
When the compiler (back end) detects unreachable code, it will generate C4702, a level 4 warning.
So, if you try to put a case _ clause before any other case clauses, the compiler will throw an "unreachable code" error on the next clause, because nothing will get past the default clause!