OpenJDK 1.23
jdk.compiler
com.sun.source.tree
ConstantCaseLabelTree
Top
Description
Methods
com.sun.source.tree
public
Interface ConstantCaseLabelTree
extends
CaseLabelTree
Known Direct Implementers
com.
sun.
tools.
javac.
tree.
JCTree.
JCConstantCaseLabel
A case label element that refers to a constant expression
Since
21
Method Summary
Modifier and Type
Method and Description
public
ExpressionTree
Returns:
the constant expression
getConstantExpression
()
The constant expression for the case.
Method Detail
getConstantExpression
back to summary
public
ExpressionTree
getConstantExpression
()
The constant expression for the case.
Returns:
ExpressionTree
the constant expression