C# Class While.AST.Statements.Read

Read an integer from the user
Inheritance: Statement
Afficher le fichier Open project: einaregilsson/While-Language Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( ILGenerator il ) : void
Read ( Variable var ) : System
ToString ( ) : string

Method Details

Compile() public méthode

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Résultat void

Read() public méthode

public Read ( Variable var ) : System
var Variable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string