- すべてのスーパー・インタフェース:
StatementTree,Tree
public interface ContinueTree extends StatementTree
continue文のツリー・ノード。 次に例を示します。
continue; continue label ;
- Java言語仕様を参照してください:
-
14.16 continue文
- 導入されたバージョン:
- 1.6
StatementTree, Treepublic interface ContinueTree extends StatementTree
continue文のツリー・ノード。 次に例を示します。
continue; continue label ;