C# 클래스 IronJSON.IronJSONLexer

파일 보기 프로젝트 열기: jabb/IronJSON 1 사용 예제들

공개 메소드들

메소드 설명
GenerateTokenStream ( ) : IronJSONTokenStream

Returns a token stream from the string.

IronJSONLexer ( string str ) : System

Constructor.

메소드 상세

GenerateTokenStream() 공개 메소드

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

IronJSONLexer() 공개 메소드

Constructor.
public IronJSONLexer ( string str ) : System
str string
리턴 System