Interface Usage
-
- All Known Implementing Classes:
UsageImpl
public interface Usage
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUsage.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanisBindingUsage()Usage.Kindkind()Treetree()
-
-
-
Method Detail
-
isBindingUsage
default boolean isBindingUsage()
-
tree
Tree tree()
-
kind
Usage.Kind kind()
-
-