JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-2024-04-16-1247301.vklang...
jdk.compiler
com.sun.source.tree
ContinueTree
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Nested Class Summary
Method Summary
Method Details
getLabel()
Interface ContinueTree
All Superinterfaces:
StatementTree
,
Tree
public interface
ContinueTree
extends
StatementTree
A tree node for a
continue
statement. For example:
continue; continue
label
;
See
Java Language Specification
:
14.16 The continue Statement
Since:
1.6
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.
Tree
Tree.Kind
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Name
getLabel
()
Returns the label for this
continue
statement.
Methods declared in interface com.sun.source.tree.
Tree
accept
,
getKind
Method Details
getLabel
Name
getLabel
()
Returns the label for this
continue
statement.
Returns:
the label