C# 클래스 NPLMono.NPLLex.Zio

파일 보기 프로젝트 열기: LiXizhi/NPLRuntime

공개 프로퍼티들

프로퍼티 타입 설명
data string
nCurrentPosition int

공개 메소드들

메소드 설명
Zio ( )
Zio ( string input )
next ( ) : int

return the current character, but increase the pointer to the next one.

setinput ( string input ) : void

메소드 상세

Zio() 공개 메소드

public Zio ( )

Zio() 공개 메소드

public Zio ( string input )
input string

next() 공개 메소드

return the current character, but increase the pointer to the next one.
public next ( ) : int
리턴 int

setinput() 공개 메소드

public setinput ( string input ) : void
input string
리턴 void

프로퍼티 상세

data 공개적으로 프로퍼티

public string data
리턴 string

nCurrentPosition 공개적으로 프로퍼티

public int nCurrentPosition
리턴 int