- All Superinterfaces:
StatementTree,Tree
A tree node for a
yield statement.
For example:
yield expression ;
- See Java Language Specification:
-
14.21 The yield Statement
- Since:
- 13
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getValue
ExpressionTree getValue()Returns the expression for thisyieldstatement.- Returns:
- the expression
-