- 
- すべてのスーパー・インタフェース:
- StatementTree,- Tree
 
 public interface ContinueTree extends StatementTree continue文のツリー・ノード。 次に例を示します。continue; continue label ; - 導入されたバージョン:
- 1.6
- Java™言語仕様:
- セクション14.16
 
- 
- 
メソッドの詳細- 
getLabelName getLabel() このcontinue文のラベルを返します。- 戻り値:
- ラベル
 
 
- 
 
-