Module aya.base

Interface DefVisitor

All Superinterfaces:
EndoTerm, Function<Term,Term>, UnaryOperator<Term>
All Known Implementing Classes:
CallResolver

public interface DefVisitor extends EndoTerm
  • Method Details

    • accept

      default void accept(@NotNull @NotNull GenericDef def)
    • accept

      default void accept(@NotNull Term.Matching matching)