PGFSharp : PGFSharp Namespace

ApplicationExpr Class

Documentation for this section has not yet been entered.

Syntax

public class ApplicationExpr : 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 Expr.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Argument Expr . Documentation for this section has not yet been entered.
[read-only]
Function Expr . Documentation for this section has not yet been entered.

Public Methods

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

Member Details

ApplicationExpr Constructor

Documentation for this section has not yet been entered.

Syntax

public ApplicationExpr (string fname, IEnumerable<Expr> args)

Parameters

fname
Documentation for this section has not yet been entered.
args
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

Accept<R> Generic Method

Documentation for this section has not yet been entered.

Syntax

public override 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

Argument Property

Documentation for this section has not yet been entered.

Syntax

public Expr Argument { get; }

Value

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

Function Property

Documentation for this section has not yet been entered.

Syntax

public Expr Function { get; }

Value

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