Class LexerSource
- Namespace
- CppNet
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class LexerSource : Source, Iterable<Token>, Closeable
- Inheritance
-
LexerSource
- Implements
- Derived
- Inherited Members
Constructors
LexerSource(TextReader, bool)
public LexerSource(TextReader r, bool ppvalid)
Parameters
rTextReaderppvalidbool
Methods
close()
public override void close()
getColumn()
Returns the current column number within this Source.
public override int getColumn()
Returns
getLine()
Returns the current line number within this Source.
public override int getLine()
Returns
token()
Returns the next Token parsed from this input stream.
@see Token
public override Token token()