Interface ConstantCaseLabelTree

All Superinterfaces:
CaseLabelTree, Tree

public interface ConstantCaseLabelTree extends CaseLabelTree
A case label element that refers to a constant expression
Since:
21
  • Nested Class Summary Link icon

    Nested classes/interfaces declared in interface com.sun.source.tree.Tree Link icon

    Tree.Kind
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    The constant expression for the case.

    Methods declared in interface com.sun.source.tree.Tree Link icon

    accept, getKind
  • Method Details Link icon

    • getConstantExpression Link icon

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