释义 |
1 ?跳跃陈述式 如果目标位于匿名方法区块外部,则在区块内部便不能放入跳跃陈述式 (Jump Statement),例如 goto、 break 或 continue。 2 ?跳跃叙述 ...叙述 (Selection Statement) – 回圈叙述 (Iteration Statement) – 标签叙述 (Labeled Statement) – 跳跃叙述 (Jump Statement) ? 算式叙述的结束符号非常重要不可省略,因为编译器将以『;』做 为一般叙述的结束(也有例外,例如for回圈叙述),而不是以换 ... 3 ?跳转语句 ...语句(iteration statement)用于重复执行嵌入语句。这一组语句有while,do,for和foreach语句。 跳转语句(jump statement)用于传递程序控制。这一组语句有break,continue,goto,throw和return语句。
- 1
Although this requirement usually is met by using a jump statement, the following case also is valid, because the end of the statement list cannot be reached. 虽然通常使用跳转语句满足此要求,但以下情况下也有效,因为无法到达语句列表的末尾。 - 2
"When I was 10 years old, I promised myself that if I ever had the opportunity to write this book, I would jump at the chance, " Colfer said in a statement Wednesday. “我10岁的时候就答应自己,如果将来有机会写书,我一定会抓住找个机会,”科尔弗周三的时候说。 - 3
The statements on line 1, 2, and 3, and the comparison on line 4, all form one basic block that ends with the conditional jump implementing the if statement. 行是声明行,第四行上是比较,所有这些组成了以传统跳跃执行结尾的基本块。
|