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

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

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