tokenizer.AST : dylan.NET.Tokenizer.AST.Tokens.Attributes Namespace

FamilyAttr Class

Documentation for this section has not yet been entered.

Syntax

public class FamilyAttr : Attribute

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Attributes
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3

Members

See Also: Inherited members from Attribute.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

Line int . The Line where this Token was found. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)
Value string . The textual value of the Token. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)

Public Methods

override
ToString () : string
Outputs the Token in terms of dylan.NET syntax. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)

Member Details

FamilyAttr Constructor

Documentation for this section has not yet been entered.

Syntax

public FamilyAttr ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Attributes
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3