TASTCollecting Module
Types
| Type | Description |
|
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
|
Set this to use a custom logger
|
|
Full Usage:
walkTast walker tast
Parameters:
TypedTreeCollectorBase
tast : FSharpImplementationFileContents
|
Traverses the whole TAST and calls the appropriate members of the given TypedTreeCollectorBase to process the tree elements.
|
FSharp.Analyzers.SDK