TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Output 方法

定义

重载

Output(AcceptedCharacters)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。输出包含接受字符的令牌。

Output(SpanKind)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。输出具有范围类型的令牌。

Output(SpanKind, AcceptedCharacters)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。输出具有给定范围类型和接受字符的标记。

Output(AcceptedCharacters)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。输出包含接受字符的令牌。

protected internal void Output (System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters accepts);
member this.Output : System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters -> unit
Protected Friend Sub Output (accepts As AcceptedCharacters)

参数

accepts
AcceptedCharacters

接受的字符。

适用于

Output(SpanKind)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。输出具有范围类型的令牌。

protected internal void Output (System.Web.Razor.Parser.SyntaxTree.SpanKind kind);
member this.Output : System.Web.Razor.Parser.SyntaxTree.SpanKind -> unit
Protected Friend Sub Output (kind As SpanKind)

参数

kind
SpanKind

跨度类型。

适用于

Output(SpanKind, AcceptedCharacters)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。输出具有给定范围类型和接受字符的标记。

protected internal void Output (System.Web.Razor.Parser.SyntaxTree.SpanKind kind, System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters accepts);
member this.Output : System.Web.Razor.Parser.SyntaxTree.SpanKind * System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters -> unit
Protected Friend Sub Output (kind As SpanKind, accepts As AcceptedCharacters)

参数

kind
SpanKind

跨度类型。

accepts
AcceptedCharacters

接受的字符。

适用于