-
- All Superinterfaces:
-
GotoTree,StatementTree,树
public interface ContinueTree extends GotoTree
“continue”语句的树结点。 例如:continue; continue label ;- 从以下版本开始:
- 9
GotoTree ,
StatementTree ,
树
public interface ContinueTree extends GotoTree
continue;
continue label ;