java.lang.Object
org.aya.tyck.Tycker
- 直接已知子类:
ExprTycker
This is a lightweight abstraction of a tycker,
primarily designed to be used in
Zonker.
Currently, it seems unnecessary, but maybe we can make some other classes also inherit this class to gain some basic type checker functions.
-
字段概要
字段修饰符和类型字段说明final @NotNull org.aya.util.reporter.Reporterfinal @NotNull TyckStatefinal Trace.Builder -
构造器概要
构造器限定符构造器说明protectedTycker(@NotNull org.aya.util.reporter.Reporter reporter, @NotNull TyckState state, @Nullable Trace.Builder traceBuilder) -
方法概要
-
字段详细资料
-
reporter
@NotNull public final @NotNull org.aya.util.reporter.Reporter reporter -
state
-
traceBuilder
-
-
构造器详细资料
-
Tycker
protected Tycker(@NotNull @NotNull org.aya.util.reporter.Reporter reporter, @NotNull @NotNull TyckState state, @Nullable Trace.Builder traceBuilder)
-
-
方法详细资料
-
zonk
-
solveMetas
public void solveMetas() -
whnf
-
tracing
-
unifier
-