- 
- All Superinterfaces:
 GotoTree,StatementTree,Tree
public interface ContinueTree extends GotoTree
A tree node for a 'continue' statement. For example:continue; continue label ;
- Since:
 - 9
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()Label associated with this continue statement.- 
Methods declared in interface jdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition 
 - 
 
 -