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

DebugTok Class

The '#debug' preprocessor keyword.

Syntax

public class DebugTok : Token

Remarks

This class is used by the parser to detect a #debug preprocessor directive.

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, 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 Token.

Public Constructors

Constructs a new DebugTok.

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

DebugTok Constructor

Constructs a new DebugTok.

Syntax

public DebugTok ()

Remarks

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, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1