HashDirectiveBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.HashDirective(ident, args)
Parameters:
string
-
The identifier of the hash directive.
args : WidgetBuilder<Constant> list
-
The arguments of the hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.HashDirective(ident, args)
Parameters:
string
-
The identifier of the hash directive.
args : string list
-
The arguments of the hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.HashDirective(ident, value)
Parameters:
string
-
The identifier of the hash directive.
value : WidgetBuilder<Constant>
-
The argument of the hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.HashDirective(ident, value)
Parameters:
string
-
The identifier of the hash directive.
value : string
-
The argument of the hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.HashDirective(ident)
Parameters:
string
-
The identifier of the hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.Help(value)
Parameters:
WidgetBuilder<Constant>
-
The arguments of the Help hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.Help(value)
Parameters:
string
-
The arguments of the Help hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.NoWarn(args)
Parameters:
WidgetBuilder<Constant> list
-
The arguments of the NoWarn hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.NoWarn(args)
Parameters:
string list
-
The arguments of the NoWarn hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.NoWarn(value)
Parameters:
WidgetBuilder<Constant>
-
The argument of the NoWarn hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|
Full Usage:
Ast.NoWarn(value)
Parameters:
string
-
The argument of the NoWarn hash directive.
Returns: WidgetBuilder<ParsedHashDirectiveNode>
|
Extended Type:
|