JavaScript is disabled on your browser.
Skip navigation links
Java SE 16 & JDK 16
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
jdk.compiler
Package
com.sun.source.tree
Interface BindingPatternTree
All Superinterfaces:
PatternTree
,
Tree
public interface
BindingPatternTree
extends
PatternTree
A binding pattern tree
Since:
16
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.
Tree
Tree.Kind
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
VariableTree
getVariable
()
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