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

ConditionalExpr Class

Documentation for this section has not yet been entered.

Syntax

public class ConditionalExpr : Expr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Exprs
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 Expr.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

CondOP dylan.NET.Tokenizer.AST.Tokens.Ops.ConditionalOp . Documentation for this section has not yet been entered.
Line int . Documentation for this section has not yet been entered. (Inherited from Expr.)
LtExpr Expr . Documentation for this section has not yet been entered.
ResultTyp Type . Documentation for this section has not yet been entered. (Inherited from Expr.)
RtExpr Expr . Documentation for this section has not yet been entered.
Tokens dylan.NET.Tokenizer.AST.Tokens.Token[]. Documentation for this section has not yet been entered. (Inherited from Expr.)

Public Methods

AddToken (dylan.NET.Tokenizer.AST.Tokens.Token)
Documentation for this section has not yet been entered. (Inherited from Expr.)
RemToken (int)
Documentation for this section has not yet been entered. (Inherited from Expr.)

Member Details

ConditionalExpr Constructor

Documentation for this section has not yet been entered.

Syntax

public ConditionalExpr ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Exprs
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4

CondOP Field

Documentation for this section has not yet been entered.

Syntax

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Exprs
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4

LtExpr Field

Documentation for this section has not yet been entered.

Syntax

public Expr LtExpr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Exprs
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4

RtExpr Field

Documentation for this section has not yet been entered.

Syntax

public Expr RtExpr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Exprs
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4