C# Class NPLMono.NPLLex.Zio

Exibir arquivo Open project: LiXizhi/NPLRuntime

Public Properties

Property Type Description
data string
nCurrentPosition int

Public Methods

Method Description
Zio ( )
Zio ( string input )
next ( ) : int

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

setinput ( string input ) : void

Method Details

Zio() public method

public Zio ( )

Zio() public method

public Zio ( string input )
input string

next() public method

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

setinput() public method

public setinput ( string input ) : void
input string
return void

Property Details

data public_oe property

public string data
return string

nCurrentPosition public_oe property

public int nCurrentPosition
return int