Interface TreeTypeAware
-
- All Known Implementing Classes:
ImmutableTree
public interface TreeTypeAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable TreeType
getType()
void
setType(@NotNull TreeType type)
-