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

PtrCallTok Class

Documentation for this section has not yet been entered.

Syntax

public class PtrCallTok : Token

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.7.9, 11.2.8.1

Members

See Also: Inherited members from Token.

Public Constructors

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

Public Fields

Line int . The Line where this Token was found. (Inherited from Token.)
MetToCall MethodNameTok . Documentation for this section has not yet been entered.
Value string . The textual value of the Token. (Inherited from Token.)

Member Details

PtrCallTok Constructor

Documentation for this section has not yet been entered.

Syntax

public PtrCallTok ()

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.7.9, 11.2.8.1

PtrCallTok Constructor

Documentation for this section has not yet been entered.

Syntax

public PtrCallTok (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.7.9, 11.2.8.1

MetToCall Field

Documentation for this section has not yet been entered.

Syntax

public MethodNameTok MetToCall

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.7.9, 11.2.8.1