java.lang.Object
java.lang.Record
org.aya.tyck.pat.PatTycker.LhsResult
- 记录组件:
bodySubst- in case the body uses references from the telescope, we need to replace them with the corresponding patternshasError- if there is an error in the patterns
- 封闭类:
PatTycker
-
构造器详细资料
-
方法详细资料
-
toString
返回此记录类的字符串表示形式。此表示形式包含类的名称,后跟每个记录组件的名称和值。 -
hashCode
public final int hashCode()返回此对象的哈希代码值。此值派生自每个记录组件的哈希代码。 -
equals
指示某个其他对象是否“等于”此对象。如果两个对象属于同一个类,而且所有记录组件都相等,则这两个对象相等。 使用Objects::equals(Object,Object)对参考组件进行比较;使用 '==' 对基元组件进行比较 -
gamma
返回gamma记录组件的值。- 返回:
gamma记录组件的值
-
type
返回type记录组件的值。- 返回:
type记录组件的值
-
bodySubst
返回bodySubst记录组件的值。- 返回:
bodySubst记录组件的值
-
hasError
public boolean hasError()返回hasError记录组件的值。- 返回:
hasError记录组件的值
-
preclause
返回preclause记录组件的值。- 返回:
preclause记录组件的值
-