-
-
Nested Class Summary
-
Nested classes/interfaces declared in interface com.sun.source.tree.Tree
Tree.Kind
-
Method Summary
Modifier and Type |
Method |
Description |
Name |
getLabel() |
Returns the label for this break statement.
|
ExpressionTree |
getValue() |
Deprecated, for removal: This API element is subject to removal in a future version.
|
-
-
Method Detail
-
getValue
@Deprecated(forRemoval=true,
since="12")
ExpressionTree getValue()
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the expression for this break
statement.
- Returns:
- the expression
- Since:
- 12