Click or drag to resize

AbstractLexerCurrentSourcePosition Property

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

Gets the current source position.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public virtual SourcePosition CurrentSourcePosition { get; }

Property Value

Type: SourcePosition
The current source position.
See Also