SyntaxTreeBuilderVisitor Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.Web.Razor.Parser.ParserVisitor
System.Web.Razor.Parser.SyntaxTree.SyntaxTreeBuilderVisitor
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class SyntaxTreeBuilderVisitor _
Inherits ParserVisitor
'Usage
Dim instance As SyntaxTreeBuilderVisitor
public class SyntaxTreeBuilderVisitor : ParserVisitor
public ref class SyntaxTreeBuilderVisitor : public ParserVisitor
public class SyntaxTreeBuilderVisitor extends ParserVisitor
The SyntaxTreeBuilderVisitor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SyntaxTreeBuilderVisitor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CancelToken | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserVisitor.) |
![]() |
Results | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnComplete | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.OnComplete().) |
![]() |
ThrowIfCanceled | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserVisitor.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
VisitEndBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitEndBlock(BlockType).) |
![]() |
VisitError | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitError(RazorError).) |
![]() |
VisitSpan | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitSpan(Span).) |
![]() |
VisitStartBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitStartBlock(BlockType).) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)