C# Class IronJSON.IronJSONLexer

Mostrar archivo Open project: jabb/IronJSON Class Usage Examples

Public Methods

Method Description
GenerateTokenStream ( ) : IronJSONTokenStream

Returns a token stream from the string.

IronJSONLexer ( string str ) : System

Constructor.

Method Details

GenerateTokenStream() public method

Returns a token stream from the string.
public GenerateTokenStream ( ) : IronJSONTokenStream
return IronJSONTokenStream

IronJSONLexer() public method

Constructor.
public IronJSONLexer ( string str ) : System
str string
return System