Package org.checkerframework.javacutil
Class TreeUtilsAfterJava11.BindingPatternUtils
java.lang.Object
org.checkerframework.javacutil.TreeUtilsAfterJava11.BindingPatternUtils
- Enclosing class:
TreeUtilsAfterJava11
@Deprecated(forRemoval=true,
since="4.0.0")
public static class TreeUtilsAfterJava11.BindingPatternUtils
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Utility methods for accessing
BindingPatternTree methods.-
Method Summary
Modifier and TypeMethodDescriptionstatic VariableTreegetVariable(Tree bindingPatternTree) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getVariable
@Deprecated(forRemoval=true, since="4.0.0") public static VariableTree getVariable(Tree bindingPatternTree) Deprecated, for removal: This API element is subject to removal in a future version.Returns the binding variable ofbindingPatternTree.- Parameters:
bindingPatternTree- the BindingPatternTree whose binding variable is returned- Returns:
- the binding variable of
bindingPatternTree
-
BindingPatternTree.getVariable()