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

NewTok Class

Documentation for this section has not yet been entered.

Syntax

public class NewTok : Token

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4

Members

See Also: Inherited members from Token.

Public Constructors

NewTok ()
Documentation for this section has not yet been entered.

Public Fields

Line int . The Line where this Token was found. (Inherited from Token.)
Value string . The textual value of the Token. (Inherited from Token.)

Member Details

NewTok Constructor

Documentation for this section has not yet been entered.

Syntax

public NewTok ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4