Interface TreeTypeAware

  • All Known Implementing Classes:
    ImmutableTree

    public interface TreeTypeAware
    • Method Detail

      • getType

        @Nullable
        @Nullable TreeType getType()
      • setType

        void setType​(@NotNull
                     @NotNull TreeType type)