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

MethodNameTok Class

Represents a method name i.e. the full string of characters before the '('.

Syntax

public class MethodNameTok : Ident

Remarks

This class inherits Ident and hence allows nearly all identifier operations like chaining and conversions to be made in the same way.

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, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3

Members

See Also: Inherited members from Ident.

Public Constructors

Constructs a new MethodNameTok.

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

override
ToString () : string
Outputs the Token in terms of dylan.NET syntax. (Inherited from Token.)

Member Details

MethodNameTok Constructor

Constructs a new MethodNameTok.

Syntax

public MethodNameTok ()

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, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3