java.lang.Object
org.aya.tyck.repr.ShapeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionofCtor(@NotNull DefVar<CtorDef, TeleDecl.DataCtor> ref, @NotNull ShapeRecognition paramRecog, @NotNull DataCall paramType) ofCtor(@NotNull DefVar<CtorDef, TeleDecl.DataCtor> ref, AyaShape.Factory factory, @NotNull DataCall paramType) static Shaped.Applicable<Term,FnDef, TeleDecl.FnDecl> ofFn(@NotNull DefVar<FnDef, TeleDecl.FnDecl> ref, @NotNull ShapeRecognition recog)
-
Constructor Details
-
ShapeFactory
public ShapeFactory()
-
-
Method Details
-
ofCtor
@Nullable public static Shaped.Applicable<Term,CtorDef, ofCtorTeleDecl.DataCtor> (@NotNull @NotNull DefVar<CtorDef, TeleDecl.DataCtor> ref, @NotNull AyaShape.Factory factory, @NotNull @NotNull DataCall paramType) -
ofCtor
@Nullable public static Shaped.Applicable<Term,CtorDef, ofCtorTeleDecl.DataCtor> (@NotNull @NotNull DefVar<CtorDef, TeleDecl.DataCtor> ref, @NotNull @NotNull ShapeRecognition paramRecog, @NotNull @NotNull DataCall paramType) -
ofFn
@Nullable public static Shaped.Applicable<Term,FnDef, ofFnTeleDecl.FnDecl> (@NotNull @NotNull DefVar<FnDef, TeleDecl.FnDecl> ref, @NotNull @NotNull ShapeRecognition recog)
-