C# Class While.AST.Statements.Write

Write an expression to the screen
Inheritance: Statement
Datei anzeigen Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
Compile ( ILGenerator il ) : void
ToString ( ) : string
Write ( Expression exp ) : System

Method Details

Compile() public method

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

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( Expression exp ) : System
exp Expression
return System