C# Class While.AST.Statements.Read

Read an integer from the user
Inheritance: Statement
Mostrar archivo Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
Compile ( ILGenerator il ) : void
Read ( Variable var ) : System
ToString ( ) : string

Method Details

Compile() public method

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void

Read() public method

public Read ( Variable var ) : System
var Variable
return System

ToString() public method

public ToString ( ) : string
return string