java.lang.Object
java.lang.Record
org.aya.tyck.pat.ClausesProblem.MissingBindCase
- 所有已实现的接口:
ClausesProblem,org.aya.util.reporter.Problem
- 封闭接口:
ClausesProblem
public static record ClausesProblem.MissingBindCase(@NotNull org.aya.util.error.SourcePos sourcePos, Term.Param param, @NotNull Term typeNF)
extends Record
implements ClausesProblem
-
嵌套类概要
从接口继承的嵌套类/接口 org.aya.tyck.pat.ClausesProblem
ClausesProblem.Conditions, ClausesProblem.Confluence, ClausesProblem.Domination, ClausesProblem.FMDomination, ClausesProblem.MissingBindCase, ClausesProblem.MissingCase, ClausesProblem.SplitInterval, ClausesProblem.UnsureCase从接口继承的嵌套类/接口 org.aya.util.reporter.Problem
org.aya.util.reporter.Problem.Severity, org.aya.util.reporter.Problem.Stage -
字段概要
从接口继承的字段 org.aya.util.reporter.Problem
ERROR, NOTE, TEXT -
构造器概要
构造器构造器说明MissingBindCase(@NotNull org.aya.util.error.SourcePos sourcePos, Term.Param param, @NotNull Term typeNF) 创建MissingBindCase记录类的实例。 -
方法概要
修饰符和类型方法说明@NotNull org.aya.pretty.doc.Docdescribe(@NotNull org.aya.util.distill.DistillerOptions options) final boolean指示某个其他对象是否“等于”此对象。final inthashCode()返回此对象的哈希代码值。param()返回param记录组件的值。@NotNull org.aya.util.error.SourcePos返回sourcePos记录组件的值。final StringtoString()返回此记录类的字符串表示形式。@NotNull TermtypeNF()返回typeNF记录组件的值。从接口继承的方法 org.aya.tyck.pat.ClausesProblem
level从接口继承的方法 org.aya.util.reporter.Problem
brief, hint, inlineHints, isError, stage, toPrettyError
-
构造器详细资料
-
MissingBindCase
public MissingBindCase(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull Term.Param param, @NotNull @NotNull Term typeNF) 创建MissingBindCase记录类的实例。- 参数:
sourcePos-sourcePos记录组件的值param-param记录组件的值typeNF-typeNF记录组件的值
-
-
方法详细资料
-
describe
@NotNull public @NotNull org.aya.pretty.doc.Doc describe(@NotNull @NotNull org.aya.util.distill.DistillerOptions options) - 指定者:
describe在接口中org.aya.util.reporter.Problem
-
toString
返回此记录类的字符串表示形式。此表示形式包含类的名称,后跟每个记录组件的名称和值。 -
hashCode
public final int hashCode()返回此对象的哈希代码值。此值派生自每个记录组件的哈希代码。 -
equals
指示某个其他对象是否“等于”此对象。如果两个对象属于同一个类,而且所有记录组件都相等,则这两个对象相等。 此记录类中的所有组件都使用Objects::equals(Object,Object)进行比较。 -
sourcePos
@NotNull public @NotNull org.aya.util.error.SourcePos sourcePos()返回sourcePos记录组件的值。- 指定者:
sourcePos在接口中org.aya.util.reporter.Problem- 返回:
sourcePos记录组件的值
-
param
返回param记录组件的值。- 返回:
param记录组件的值
-
typeNF
返回typeNF记录组件的值。- 返回:
typeNF记录组件的值
-