模块 aya.base
程序包 org.aya.distill

类 CoreDistiller

java.lang.Object
org.aya.distill.BaseDistiller<Term>
org.aya.distill.CoreDistiller

public class CoreDistiller extends BaseDistiller<Term>
It's called distiller, and it serves as the pretty printer. Credit after Jon Sterling
另请参阅:
  • 构造器详细资料

    • CoreDistiller

      public CoreDistiller(@NotNull @NotNull org.aya.util.distill.DistillerOptions options)
  • 方法详细资料

    • term

      @NotNull public @NotNull org.aya.pretty.doc.Doc term(@NotNull @NotNull BaseDistiller.Outer outer, @NotNull @NotNull Term preterm)
      指定者:
      term 在类中 BaseDistiller<Term>
    • pat

      @NotNull public @NotNull org.aya.pretty.doc.Doc pat(@NotNull @NotNull Pat pat, BaseDistiller.Outer outer)
    • def

      @NotNull public @NotNull org.aya.pretty.doc.Doc def(@NotNull @NotNull GenericDef predef)