Skip to content

T_Cyjb_Text_TokenParseError

CYJB edited this page Mar 23, 2024 · 7 revisions

TokenParseError 类

表示语法分析错误。

继承层次

System.Object
  Cyjb.Text.TokenParseError
    Cyjb.Text.MissingTokenError(T)
    Cyjb.Text.UnexpectedTokenError(T)
Namespace: Cyjb.Text
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public abstract class TokenParseError : IEquatable<TokenParseError>

The TokenParseError type exposes the following members.

构造函数

 

名称 说明
受保护的方法 TokenParseError Initializes a new instance of the TokenParseError class
  Back to Top

属性

 

名称 说明
公共属性 Span 获取语法分析错误的范围。
  Back to Top

方法

 

名称 说明
公共方法 Equals(Object) 返回当前对象是否等于另一对象。 (重写 Object.Equals(Object).)
公共方法 Equals(TokenParseError) 返回当前对象是否等于同一类型的另一对象。
受保护的方法 Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。)
公共方法 GetHashCode 返回当前对象的哈希值。 (重写 Object.GetHashCode().)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
受保护的方法 MemberwiseClone Creates a shallow copy of the current Object. (继承自 Object。)
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

运算符

 

名称 说明
公共运算符静态成员 Equality 返回指定的 TokenParseError 是否相等。
公共运算符静态成员 Inequality 返回指定的 TokenParseError 是否不相等。
  Back to Top

参见

Reference

Cyjb.Text 命名空间

Clone this wiki locally