C# Class IronJSON.IronJSONLexer

Afficher le fichier Open project: jabb/IronJSON Class Usage Examples

Méthodes publiques

Méthode Description
GenerateTokenStream ( ) : IronJSONTokenStream

Returns a token stream from the string.

IronJSONLexer ( string str ) : System

Constructor.

Method Details

GenerateTokenStream() public méthode

Returns a token stream from the string.
public GenerateTokenStream ( ) : IronJSONTokenStream
Résultat IronJSONTokenStream

IronJSONLexer() public méthode

Constructor.
public IronJSONLexer ( string str ) : System
str string
Résultat System