次の方法で共有


QueryNodeVisitor<T> クラス

定義

セマンティック ツリーを順に調べるためのビジター インターフェイス。

public abstract class QueryNodeVisitor<T>
type QueryNodeVisitor<'T> = class
Public MustInherit Class QueryNodeVisitor(Of T)

型パラメーター

T

ビジターが生成するジェネリック型。

継承
QueryNodeVisitor<T>
派生

コンストラクター

QueryNodeVisitor<T>()

セマンティック ツリーを順に調べるためのビジター インターフェイス。

メソッド

Visit(AggregatedCollectionPropertyNode)

CollectionComplexNode にアクセスする

Visit(AllNode)

AllNode にアクセスします

Visit(AnyNode)

AnyNode にアクセスします

Visit(BinaryOperatorNode)

BinaryOperatorNode にアクセスします

Visit(CollectionComplexNode)

CollectionComplexNode にアクセスする

Visit(CollectionConstantNode)

CollectionConstantNode にアクセスする

Visit(CollectionFunctionCallNode)

CollectionFunctionCallNode にアクセスします

Visit(CollectionNavigationNode)

CollectionNavigationNode にアクセスします

Visit(CollectionOpenPropertyAccessNode)

CollectionOpenPropertyAccessNode にアクセスする

Visit(CollectionPropertyAccessNode)

CollectionPropertyAccessNode にアクセスします

Visit(CollectionResourceCastNode)

CollectionResourceCastNode にアクセスする

Visit(CollectionResourceFunctionCallNode)

CollectionResourceFunctionCallNode にアクセスする

Visit(ConstantNode)

ConstantNode にアクセスします

Visit(ConvertNode)

ConvertNode にアクセスします

Visit(CountNode)

CountNode にアクセスする

Visit(InNode)

InNode にアクセスする

Visit(NamedFunctionParameterNode)

NamedFunctionParameterNode にアクセスします

Visit(NonResourceRangeVariableReferenceNode)

NonEntityRangeVariableNode にアクセスします

Visit(ParameterAliasNode)

ParameterAliasNode にアクセスする

Visit(ResourceRangeVariableReferenceNode)

ResourceRangeVariableReferenceNode にアクセスする

Visit(SearchTermNode)

SearchTermNode にアクセスする

Visit(SingleComplexNode)

SingleComplexNode にアクセスする

Visit(SingleNavigationNode)

SingleNavigationNode にアクセスします

Visit(SingleResourceCastNode)

SingleResourceCastNode にアクセスする

Visit(SingleResourceFunctionCallNode)

SingleResourceFunctionCallNode にアクセスする

Visit(SingleValueCastNode)

SingleValueCastNode にアクセスする

Visit(SingleValueFunctionCallNode)

SingleValueFunctionCallNode にアクセスします

Visit(SingleValueOpenPropertyAccessNode)

SingleValueOpenPropertyAccessNode にアクセスします

Visit(SingleValuePropertyAccessNode)

SingleValuePropertyAccessNode にアクセスします

Visit(UnaryOperatorNode)

UnaryOperatorNode にアクセスします

適用対象