Interface PatternCaseLabelTree

All Superinterfaces:
CaseLabelTree, Tree

public interface PatternCaseLabelTree extends CaseLabelTree
A case label element that refers to an 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 pattern for the case.

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

    accept, getKind
  • Method Details Link icon

    • getPattern Link icon

      PatternTree getPattern()
      The pattern for the case.
      Returns:
      the pattern