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