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

ModOp Class

Represents a modulo '%' operator.

Syntax

public class ModOp : AritOp

Remarks

Calculates the remainder left when dividing LChild by RChild.

Requirements

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

Public Constructors

ModOp ()
Constructs a new ModOp.

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

ModOp Constructor

Constructs a new ModOp.

Syntax

public ModOp ()

Remarks

Also sets PrecNo accordingly.

Requirements

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