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 TypeMethod and Description
public ExpressionTree

Returns:

the constant expression
getConstantExpression
()

The constant expression for the case.

Method Detail

getConstantExpressionback to summary
public ExpressionTree getConstantExpression()

The constant expression for the case.

Returns:ExpressionTree

the constant expression