Share via


ISyntacticTreeVisitor<T> Interface

Definition

Visitor interface for walking the Syntactic Tree.

public interface ISyntacticTreeVisitor<T>
type ISyntacticTreeVisitor<'T> = interface
Public Interface ISyntacticTreeVisitor(Of T)

Type Parameters

T

Return type for the visitor methods on this visitor.

Methods

Visit(AggregateExpressionToken)

Visits a AggregateExpressionToken

Visit(AggregateToken)

Visits a AggregateToken

Visit(AllToken)

Visit an AllToken

Visit(AnyToken)

Visits an AnyToken

Visit(BinaryOperatorToken)

Visits a BinaryOperatorToken

Visit(CountSegmentToken)

Visits a CountSegmentToken

Visit(CustomQueryOptionToken)

Visits a CustomQueryOptionToken

Visit(DottedIdentifierToken)

Visits a DottedIdentifierToken

Visit(EndPathToken)

Visits a EndPathToken

Visit(EntitySetAggregateToken)

Visits a EntitySetAggregateToken

Visit(ExpandTermToken)

Visits an ExpandTermToken

Visit(ExpandToken)

Visits an ExpandToken

Visit(FunctionCallToken)

Visits a FunctionCallToken

Visit(FunctionParameterToken)

Visits a FunctionParameterToken

Visit(GroupByToken)

Visits a GroupByToken

Visit(InnerPathToken)

Visits a InnerPathToken

Visit(InToken)

Visits an InToken

Visit(LambdaToken)

Visits a LambdaToken

Visit(LiteralToken)

Visits a LiteralToken

Visit(OrderByToken)

Visits an OrderByToken

Visit(RangeVariableToken)

Visits a RangeVariableToken

Visit(SelectTermToken)

Visits an SelectTermToken

Visit(SelectToken)

Visits a SelectToken

Visit(StarToken)

Visits a StarToken

Visit(UnaryOperatorToken)

Visits a UnaryOperatorToken

Applies to