Table of Contents

Class StringLexerSource

Namespace
CppNet
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class StringLexerSource : LexerSource, Iterable<Token>, Closeable
Inheritance
StringLexerSource
Implements
Inherited Members

Constructors

StringLexerSource(string, bool, string)

public StringLexerSource(string str, bool ppvalid, string fileName = null)

Parameters

str string
ppvalid bool
fileName string

StringLexerSource(string, string)

public StringLexerSource(string str, string fileName = null)

Parameters

str string
fileName string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.