C# Class While.AST.Statements.Write

Write an expression to the screen
Inheritance: Statement
Afficher le fichier Open project: einaregilsson/While-Language Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( ILGenerator il ) : void
ToString ( ) : string
Write ( Expression exp ) : System

Method Details

Compile() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( Expression exp ) : System
exp Expression
Résultat System