Click or drag to resize

Expression Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Expression class

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
protected Expression(
	ref SourcePosition pos
)

Parameters

pos
Type: Monkeyspeak.lexicalSourcePosition

[Missing <param name="pos"/> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.#ctor(Monkeyspeak.lexical.SourcePosition@)"]

See Also