| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.SARIF.Tool
Description
Provides the Tool type which is used to describe static analysis tools.
Synopsis
- data Tool = MkTool {}
- data ToolComponent = MkToolComponent {}
- defaultToolComponent :: ToolComponent
Documentation
Used to describe static analysis tools.
Constructors
| MkTool | |
Fields
| |
Instances
| FromJSON Tool Source # | |
| ToJSON Tool Source # | |
Defined in Data.SARIF.Tool | |
| Generic Tool Source # | |
| Show Tool Source # | |
| Eq Tool Source # | |
| type Rep Tool Source # | |
Defined in Data.SARIF.Tool type Rep Tool = D1 ('MetaData "Tool" "Data.SARIF.Tool" "sarif-0.1-6R1G6flmlpN5N6lqtlywVb" 'False) (C1 ('MetaCons "MkTool" 'PrefixI 'True) (S1 ('MetaSel ('Just "toolDriver") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ToolComponent) :*: S1 ('MetaSel ('Just "toolExtensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ToolComponent]))) | |
data ToolComponent Source #
A description of a tool component, such as a static analysis tool or an extension to one.
Constructors
| MkToolComponent | |
Fields
| |
Instances
defaultToolComponent :: ToolComponent Source #
defaultToolComponent is a default value of the ToolComponent type.