QueryNodeVisitor<T> Class
Visitor interface for walking the Semantic Tree.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Query.SemanticAst.QueryNodeVisitor<T>
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class QueryNodeVisitor(Of T)
'Usage
Dim instance As QueryNodeVisitor(Of T)
public abstract class QueryNodeVisitor<T>
generic<typename T>
public ref class QueryNodeVisitor abstract
[<AbstractClassAttribute>]
type QueryNodeVisitor<'T> = class end
JScript does not support generic types and methods.
Type Parameters
- T
Generic type produced by the visitor.
The QueryNodeVisitor<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryNodeVisitor<T> |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Visit(AllNode) | Visit an AllNode | |
Visit(AnyNode) | Visit an AnyNode | |
Visit(BinaryOperatorNode) | Visit a BinaryOperatorNode | |
Visit(CollectionFunctionCallNode) | Visit a CollectionFunctionCallNode | |
Visit(CollectionNavigationNode) | Visit a CollectionNavigationNode | |
Visit(CollectionPropertyAccessNode) | Visit a CollectionPropertyAccessNode | |
Visit(ConstantNode) | Visit a ConstantNode | |
Visit(ConvertNode) | Visit a ConvertNode | |
Visit(EntityCollectionCastNode) | Visit an EntityCollectionCastNode | |
Visit(EntityCollectionFunctionCallNode) | Visit a EntityCollectionFunctionCallNode | |
Visit(EntityRangeVariableReferenceNode) | Visit an EntityRangeVariableReferenceNode | |
Visit(NamedFunctionParameterNode) | Visit a NamedFunctionParameterNode. | |
Visit(NonentityRangeVariableReferenceNode) | Visit a NonEntityRangeVariableNode | |
Visit(SingleEntityCastNode) | Visit a SingleEntityCastNode | |
Visit(SingleEntityFunctionCallNode) | Visit a SingleEntityFunctionCallNode | |
Visit(SingleNavigationNode) | Visit a SingleNavigationNode | |
Visit(SingleValueFunctionCallNode) | Visit a SingleValueFunctionCallNode | |
Visit(SingleValueOpenPropertyAccessNode) | Visit a SingleValueOpenPropertyAccessNode | |
Visit(SingleValuePropertyAccessNode) | Visit a SingleValuePropertyAccessNode | |
Visit(UnaryOperatorNode) | Visit a UnaryOperatorNode |
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.