PGFSharp : PGFSharp Namespace

Expr Class

A representation of an abstract syntax tree.

Syntax

public abstract class Expr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

Members

See Also: Inherited members from object.

Public Methods

abstract
Accept<R> (Expr.IVisitor<R>) : R
Documentation for this section has not yet been entered.
ReadExpr (string) : Expr
Read expression from string.
override
ToString () : string
Documentation for this section has not yet been entered.

Member Details

Accept<R> Generic Method

Documentation for this section has not yet been entered.

Syntax

public abstract R Accept<R> (Expr.IVisitor<R> visitor)

Type Parameters

R
Documentation for this section has not yet been entered.

Parameters

visitor
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: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

ReadExpr Method

Read expression from string.

Syntax

public Expr ReadExpr (string exprStr)

Parameters

exprStr

Returns

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

ToString Method

Documentation for this section has not yet been entered.

Syntax

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0