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
Public method SyntaxTreeBuilderVisitor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property CancelToken This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserVisitor.)
Public property Results This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnComplete This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.OnComplete().)
Public method ThrowIfCanceled This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserVisitor.)
Public method ToString (Inherited from Object.)
Public method VisitEndBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitEndBlock(BlockType).)
Public method VisitError This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitError(RazorError).)
Public method VisitSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserVisitor.VisitSpan(Span).)
Public method 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.

See Also

Reference

System.Web.Razor.Parser.SyntaxTree Namespace