TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Output Method

Definition

Overloads

Output(AcceptedCharacters)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with accepted characters.

Output(SpanKind)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with span kind.

Output(SpanKind, AcceptedCharacters)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with a given span kind and accepted characters.

Output(AcceptedCharacters)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with accepted characters.

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)

Parameters

accepts
AcceptedCharacters

The accepted characters.

Applies to

Output(SpanKind)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with span kind.

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)

Parameters

kind
SpanKind

The span kind.

Applies to

Output(SpanKind, AcceptedCharacters)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with a given span kind and accepted characters.

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)

Parameters

kind
SpanKind

The span kind.

accepts
AcceptedCharacters

The accepted characters.

Applies to