Interface ConstantCaseLabelTree

All Superinterfaces:
CaseLabelTree, Tree

public interface ConstantCaseLabelTree extends CaseLabelTree
A case label element that refers to a constant expression
Since:
21
  • Method Details

    • getConstantExpression

      ExpressionTree getConstantExpression()
      The constant expression for the case.
      Returns:
      the constant expression