Header menu logo FSharp.Analyzers.SDK

TASTCollecting Module

Types

Type Description

TypedTreeCollectorBase

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

Functions and values

Function or value Description

logger

Full Usage: logger

Returns: ILogger

Set this to use a custom logger

Returns: ILogger

walkTast walker tast

Full Usage: walkTast walker tast

Parameters:

Traverses the whole TAST and calls the appropriate members of the given TypedTreeCollectorBase to process the tree elements.

walker : TypedTreeCollectorBase
tast : FSharpImplementationFileContents

Type something to start searching.