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

StaticAttr Class

Represents the 'static' attribute.

Syntax

public class StaticAttr : Attribute

Remarks

May only be applied to methods. Renders them static as in not requiring an instance of the declaring class (no this pointer will be available in them).

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Attributes
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

Members

See Also: Inherited members from Attribute.

Public Constructors

Cosntructs a new StaticAttr.

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.)

Member Details

StaticAttr Constructor

Cosntructs a new StaticAttr.

Syntax

public StaticAttr ()

Remarks

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Attributes
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1