-
- 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 String
getLabel()
Label associated with this continue statement.-
Methods inherited from interface jdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
-