java.lang.Object
java.lang.Record
org.aya.tyck.order.AyaSccTycker
- 记录组件:
tyckerReuse- headers and bodies should be checked using the same tycker.
- 所有已实现的接口:
org.aya.util.tyck.SCCTycker<TyckOrder,AyaSccTycker.SCCTyckingFailed>
public record AyaSccTycker(@NotNull StmtTycker tycker, @NotNull org.aya.util.reporter.CountingReporter reporter, @NotNull ResolveInfo resolveInfo, @NotNull kala.collection.mutable.MutableList<@NotNull GenericDef> wellTyped, @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel,ExprTycker> tyckerReuse, @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel,org.aya.util.reporter.CollectingReporter> sampleReporters)
extends Record
implements org.aya.util.tyck.SCCTycker<TyckOrder,AyaSccTycker.SCCTyckingFailed>
Tyck statements in SCC.
- 另请参阅:
-
嵌套类概要
嵌套类 -
构造器概要
构造器构造器说明AyaSccTycker(@NotNull StmtTycker tycker, @NotNull org.aya.util.reporter.CountingReporter reporter, @NotNull ResolveInfo resolveInfo, @NotNull kala.collection.mutable.MutableList<@NotNull GenericDef> wellTyped, @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel, ExprTycker> tyckerReuse, @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel, org.aya.util.reporter.CollectingReporter> sampleReporters) 创建AyaSccTycker记录类的实例。 -
方法概要
修饰符和类型方法说明static @NotNull AyaSccTyckercreate(ResolveInfo resolveInfo, Trace.Builder builder, @NotNull org.aya.util.reporter.Reporter outReporter) final boolean指示某个其他对象是否“等于”此对象。final inthashCode()返回此对象的哈希代码值。@NotNull kala.collection.immutable.ImmutableSeq<TyckUnit>headerOrder(@NotNull kala.collection.immutable.ImmutableSeq<TyckOrder> forError, @NotNull kala.collection.immutable.ImmutableSeq<TyckUnit> stmts) Generate the order of dependency of headers, fail if a cycle occurs.@NotNull org.aya.util.reporter.CountingReporterreporter()返回reporter记录组件的值。@NotNull ResolveInfo返回resolveInfo记录组件的值。@NotNull kala.collection.mutable.MutableMap<Decl.TopLevel,org.aya.util.reporter.CollectingReporter> 返回sampleReporters记录组件的值。final StringtoString()返回此记录类的字符串表示形式。@NotNull StmtTyckertycker()返回tycker记录组件的值。@NotNull kala.collection.mutable.MutableMap<Decl.TopLevel,ExprTycker> 返回tyckerReuse记录组件的值。@NotNull kala.collection.immutable.ImmutableSeq<TyckOrder>@NotNull kala.collection.mutable.MutableList<@NotNull GenericDef>返回wellTyped记录组件的值。
-
构造器详细资料
-
AyaSccTycker
public AyaSccTycker(@NotNull @NotNull StmtTycker tycker, @NotNull @NotNull org.aya.util.reporter.CountingReporter reporter, @NotNull @NotNull ResolveInfo resolveInfo, @NotNull @NotNull kala.collection.mutable.MutableList<@NotNull GenericDef> wellTyped, @NotNull @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel, ExprTycker> tyckerReuse, @NotNull @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel, org.aya.util.reporter.CollectingReporter> sampleReporters) 创建AyaSccTycker记录类的实例。- 参数:
tycker-tycker记录组件的值reporter-reporter记录组件的值resolveInfo-resolveInfo记录组件的值wellTyped-wellTyped记录组件的值tyckerReuse-tyckerReuse记录组件的值sampleReporters-sampleReporters记录组件的值
-
-
方法详细资料
-
create
@NotNull public static @NotNull AyaSccTycker create(ResolveInfo resolveInfo, @Nullable Trace.Builder builder, @NotNull @NotNull org.aya.util.reporter.Reporter outReporter) -
tyckSCC
@NotNull public @NotNull kala.collection.immutable.ImmutableSeq<TyckOrder> tyckSCC(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<TyckOrder> scc) - 指定者:
tyckSCC在接口中org.aya.util.tyck.SCCTycker<TyckOrder,AyaSccTycker.SCCTyckingFailed>
-
headerOrder
@NotNull public @NotNull kala.collection.immutable.ImmutableSeq<TyckUnit> headerOrder(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<TyckOrder> forError, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<TyckUnit> stmts) Generate the order of dependency of headers, fail if a cycle occurs. -
toString
返回此记录类的字符串表示形式。此表示形式包含类的名称,后跟每个记录组件的名称和值。 -
hashCode
public final int hashCode()返回此对象的哈希代码值。此值派生自每个记录组件的哈希代码。 -
equals
指示某个其他对象是否“等于”此对象。如果两个对象属于同一个类,而且所有记录组件都相等,则这两个对象相等。 此记录类中的所有组件都使用Objects::equals(Object,Object)进行比较。 -
tycker
返回tycker记录组件的值。- 返回:
tycker记录组件的值
-
reporter
@NotNull public @NotNull org.aya.util.reporter.CountingReporter reporter()返回reporter记录组件的值。- 返回:
reporter记录组件的值
-
resolveInfo
返回resolveInfo记录组件的值。- 返回:
resolveInfo记录组件的值
-
wellTyped
返回wellTyped记录组件的值。- 返回:
wellTyped记录组件的值
-
tyckerReuse
返回tyckerReuse记录组件的值。- 返回:
tyckerReuse记录组件的值
-
sampleReporters
@NotNull public @NotNull kala.collection.mutable.MutableMap<Decl.TopLevel,org.aya.util.reporter.CollectingReporter> sampleReporters()返回sampleReporters记录组件的值。- 返回:
sampleReporters记录组件的值
-