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

GenericMethodNameTok Class

Documentation for this section has not yet been entered.

Syntax

public class GenericMethodNameTok : MethodNameTok

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.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Members

See Also: Inherited members from MethodNameTok.

Public Constructors

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

Public Fields

ArrLoc dylan.NET.Tokenizer.AST.Exprs.Expr . Holds an expression that evaluates to the array location to load or store into. (Inherited from Ident.)
Conv bool . This flag must be set if a conversion is desired. (Inherited from Ident.)
DoNeg bool . If a negation is wished this flag is to be set. (Inherited from Ident.)
DoNot bool . If a biwise not is required set this flag. (Inherited from Ident.)
IsArr bool . This flag must be set to perform an array access. (Inherited from Ident.)
IsRef bool . Set this flag to return the address of the memory location holding this identifier. (Inherited from Ident.)
IsRefInst bool . Documentation for this section has not yet been entered. (Inherited from Ident.)
IsValInRef bool . If this identifer leads to an address and you wish to access the location at that address set this flag. (Inherited from Ident.)
IsValInRefInst bool . Documentation for this section has not yet been entered. (Inherited from Ident.)
Line int . The Line where this Token was found. (Inherited from Token.)
MemberAccessFlg bool . This flag when set indicates method chaining behaviour. (Inherited from Ident.)
MemberToAccess Token . Indicates the member to access during method chaining. (Inherited from Ident.)
OrdOp string . Indicates the order in which the unary operators get applied in. (Inherited from Ident.)
Params dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok[]. Documentation for this section has not yet been entered.
TTok dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok . Holds a type token indicating the type to convert to. (Inherited from Ident.)
Value string . The textual value of the Token. (Inherited from Token.)

Public Methods

AddParam (dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok)
Documentation for this section has not yet been entered.
override
ToString () : string
Outputs the Token in terms of dylan.NET syntax. (Inherited from Token.)

Public Operators

static
Conversion to dylan.NET.Tokenizer.AST.Tokens.GenericMethodNameTok (Implicit) Documentation for this section has not yet been entered.

Member Details

GenericMethodNameTok Constructor

Documentation for this section has not yet been entered.

Syntax

public GenericMethodNameTok ()

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.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

GenericMethodNameTok Constructor

Documentation for this section has not yet been entered.

Syntax

public GenericMethodNameTok (Ident idt)

Parameters

idt
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
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.9.4, 11.2.9.5, 11.2.9.6

GenericMethodNameTok Constructor

Documentation for this section has not yet been entered.

Syntax

public GenericMethodNameTok (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
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.9.4, 11.2.9.5, 11.2.9.6

AddParam Method

Documentation for this section has not yet been entered.

Syntax

Parameters

param
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
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Conversion Method

Documentation for this section has not yet been entered.

Syntax

public static implicit operator GenericMethodNameTok (Ident idt)

Parameters

idt
Documentation for this section has not yet been entered.

Returns

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
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.9.4, 11.2.9.5, 11.2.9.6

Params Field

Documentation for this section has not yet been entered.

Syntax

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.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6