ParserVisitor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |