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

AsOp Class

Documentation for this section has not yet been entered.

Syntax

public class AsOp : Op

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Ops
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 Op.

Public Constructors

AsOp ()
Documentation for this section has not yet been entered.

Public Fields

LChild dylan.NET.Tokenizer.AST.Tokens.Token . In an AST made by the codegen module this holds the Left Child this Op operates on. (Inherited from Op.)
Line int . The Line where this Token was found. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)
PrecNo int . This is the order of precedence number used during RPN expression making. (Inherited from Op.)
RChild dylan.NET.Tokenizer.AST.Tokens.Token . In an AST made by the codegen module this holds the Right Child this Op operates on. (Inherited from Op.)
Value string . The textual value of the Token. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.)

Public Methods

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

Member Details

AsOp Constructor

Documentation for this section has not yet been entered.

Syntax

public AsOp ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens.Ops
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