Click or drag to resize

AbstractLexerRead Method

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

Reads the tokens from the reader. Used by the Parser.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public abstract IEnumerable<Token> Read()

Return Value

Type: IEnumerableToken

[Missing <returns> documentation for "M:Monkeyspeak.AbstractLexer.Read"]

See Also