C# Class NPLMono.NPLLex.Zio

Afficher le fichier Open project: LiXizhi/NPLRuntime

Méthodes publiques

Свойство Type Description
data string
nCurrentPosition int

Méthodes publiques

Méthode 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 méthode

public Zio ( )

Zio() public méthode

public Zio ( string input )
input string

next() public méthode

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

setinput() public méthode

public setinput ( string input ) : void
input string
Résultat void

Property Details

data public_oe property

public string data
Résultat string

nCurrentPosition public_oe property

public int nCurrentPosition
Résultat int