Represents a method name i.e. the full string of characters before the '('.
See Also: Inherited members from Ident.
|
Constructs a new MethodNameTok. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. |
|
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.) |
static
|
Conversion to dylan.NET.Tokenizer.AST.Tokens.MethodNameTok (Implicit) | Documentation for this section has not yet been entered. |
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, 11.2.9.4, 11.2.9.5, 11.2.9.6
Documentation for this section has not yet been entered.
Syntax
public MethodNameTok (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
Documentation for this section has not yet been entered.
Syntax
public MethodNameTok (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
Documentation for this section has not yet been entered.
Syntax
public static implicit operator MethodNameTok (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