C# Class IronLua.Compiler.Parser.Input

Afficher le fichier Open project: ericmj/IronLua Class Usage Examples

Méthodes publiques

Méthode Description
Advance ( ) : void
Back ( ) : void
BufferAppend ( char c ) : void
BufferAppend ( string str ) : void
BufferClear ( ) : void
BufferRemove ( int length ) : void
BufferRemove ( int start, int length ) : void
Input ( string source ) : System
Newline ( ) : void
Output ( Symbol symbol ) : Token
OutputBuffer ( Symbol symbol ) : Token
StorePosition ( ) : void

Method Details

Advance() public méthode

public Advance ( ) : void
Résultat void

Back() public méthode

public Back ( ) : void
Résultat void

BufferAppend() public méthode

public BufferAppend ( char c ) : void
c char
Résultat void

BufferAppend() public méthode

public BufferAppend ( string str ) : void
str string
Résultat void

BufferClear() public méthode

public BufferClear ( ) : void
Résultat void

BufferRemove() public méthode

public BufferRemove ( int length ) : void
length int
Résultat void

BufferRemove() public méthode

public BufferRemove ( int start, int length ) : void
start int
length int
Résultat void

Input() public méthode

public Input ( string source ) : System
source string
Résultat System

Newline() public méthode

public Newline ( ) : void
Résultat void

Output() public méthode

public Output ( Symbol symbol ) : Token
symbol Symbol
Résultat Token

OutputBuffer() public méthode

public OutputBuffer ( Symbol symbol ) : Token
symbol Symbol
Résultat Token

StorePosition() public méthode

public StorePosition ( ) : void
Résultat void