-
- All Superinterfaces:
-
StatementTree
,树
public interface ContinueTree extends StatementTree
continue
语句的树节点。 例如:continue; continue label ;
- 从以下版本开始:
- 1.6
- See The Java™ Language Specification:
- 第14.16节
-
-
方法详细信息
-
getLabel
Name getLabel()
返回此continue
语句的标签。- 结果
- the label
-
-