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

IncludeTok Class

Represents the '#include' preprocessor keyword.

Syntax

public class IncludeTok : Token

Remarks

This is used by the parser to detect a #include 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

Members

See Also: Inherited members from Token.

Public Constructors

Constructs a new IncludeTok.

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

IncludeTok Constructor

Constructs a new IncludeTok.

Syntax

public IncludeTok ()

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