Interface BindingPatternTree

All Superinterfaces:
PatternTree, Tree

public interface BindingPatternTree extends PatternTree
A binding pattern tree
Since:
16
  • 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
    Returns the binding variable.

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

    accept, getKind
  • Method Details Link icon

    • getVariable Link icon

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