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

SwitchTok Class

Represents an on/off option of a preprocessor directive which turns on/off a code generation feature.

Syntax

public class SwitchTok : Token

Remarks

The OnTok and OffTok classes inherit from this one and other ones may do so in order to support partial turning on of a feature.

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

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

SwitchTok Constructor

Constructs a new SwitchTok.

Syntax

public SwitchTok ()

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