Header menu logo FSharp.Analyzers.SDK

ASTCollecting Module

Types

Type Description

SyntaxCollectorBase

The members of this type are called by walkAst. By overwriting the members for various syntax elements, a custom operation can be executed for them.

Functions and values

Function or value Description

walkAst walker input

Full Usage: walkAst walker input

Parameters:

Traverses the whole AST and calls the appropriate members of the given SyntaxCollectorBase to process the syntax elements.

walker : SyntaxCollectorBase
input : ParsedInput

Type something to start searching.