Module jdk.compiler

Interface BindingPatternTree

All Superinterfaces:
CaseLabelTreePREVIEW, PatternTreePREVIEW, Tree

public interface BindingPatternTree extends PatternTreePREVIEW
A binding pattern tree
Since:
16
  • Nested Class Summary

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

    Tree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the binding variable.

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

    accept, getKind
  • Method Details

    • getVariable

      VariableTree getVariable()
      Returns the binding variable.
      Returns:
      the binding variable