Header menu logo Fabulous.AST

TypeDefnRegularModifiers Type

Static members

Static member Description

TypeDefnRegularModifiers.attribute (this, attribute)

Full Usage: TypeDefnRegularModifiers.attribute (this, attribute)

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the attributes for the current type definition.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

attribute : WidgetBuilder<AttributeNode>

The attributes to set.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.attributes (this, attributes)

Full Usage: TypeDefnRegularModifiers.attributes (this, attributes)

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the attributes for the current type definition.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

attributes : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.toInternal this

Full Usage: TypeDefnRegularModifiers.toInternal this

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the type definition to be internal.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.toPrivate this

Full Usage: TypeDefnRegularModifiers.toPrivate this

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the type definition to be private.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.toPublic this

Full Usage: TypeDefnRegularModifiers.toPublic this

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the type definition to be public.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.toRecursive this

Full Usage: TypeDefnRegularModifiers.toRecursive this

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the type definition to be recursive.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.typeParams (this, typeParams)

Full Usage: TypeDefnRegularModifiers.typeParams (this, typeParams)

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the type parameters for the current type definition.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

typeParams : WidgetBuilder<TyparDecls>

The type parameters to set.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeDefnRegularModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the XmlDocs for the current type definition.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

xmlDocs : string list

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnRegularNode>

TypeDefnRegularModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeDefnRegularModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnRegularNode>
Modifiers: inline

Sets the XmlDocs for the current type definition.

this : WidgetBuilder<TypeDefnRegularNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnRegularNode>

Type something to start searching.