ParserVisitor Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a parser visitor.

public abstract class ParserVisitor
type ParserVisitor = class
Public MustInherit Class ParserVisitor
Inheritance
ParserVisitor
Derived

Constructors

ParserVisitor()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the ParserVisitor class.

Properties

CancelToken

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the cancellation token.

Methods

OnComplete()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates that a visitor method has completed execution.

ThrowIfCanceled()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

VisitBlock(Block)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block.

VisitEndBlock(Block)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified black after parsing.

VisitError(RazorError)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the given razor error.

VisitSpan(Span)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified span.

VisitStartBlock(Block)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block before parsing.

Extension Methods

Visit(ParserVisitor, ParserResults)

Applies to