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

CharLiteral Class

Documentation for this section has not yet been entered.

Syntax

public class CharLiteral : Literal

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
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 Literal.

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

CharVal char . Documentation for this section has not yet been entered.
Conv bool . Documentation for this section has not yet been entered. (Inherited from Literal.)
Line int . The Line where this Token was found. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)
LitTyp dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok . Documentation for this section has not yet been entered. (Inherited from Literal.)
OrdOp string . Documentation for this section has not yet been entered.
TTok dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok . Documentation for this section has not yet been entered. (Inherited from Literal.)
Value string . The textual value of the Token. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)

Member Details

CharLiteral Constructor

Documentation for this section has not yet been entered.

Syntax

public CharLiteral ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

CharLiteral Constructor

Documentation for this section has not yet been entered.

Syntax

public CharLiteral (string value)

Parameters

value
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

CharVal Field

Documentation for this section has not yet been entered.

Syntax

public char CharVal

Remarks

Documentation for this section has not yet been entered.

Requirements

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

OrdOp Field

Documentation for this section has not yet been entered.

Syntax

public string OrdOp

Remarks

Documentation for this section has not yet been entered.

Requirements

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