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

    Nested classes/interfaces declared in interface Tree

    Tree.Kind
    Modifier and Type
    Interface
    Description
    static enum 
    Enumerates all kinds of trees.
  • Method Summary

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

    Methods declared in interface Tree

    accept, getKind
    Modifier and Type
    Method
    Description
    <R,D> R
    accept(TreeVisitor<R,D> visitor, D data)
    Accept method used to implement the visitor pattern.
    Returns the kind of this tree.
  • Method Details

    • getConstantExpression

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