C# Class While.AST.Statements.Call

Inheritance: Statement
Afficher le fichier Open project: einaregilsson/While-Language Class Usage Examples

Méthodes publiques

Méthode Description
Call ( string name, List expressions, Token callToken, Token lastArgToken ) : System
Compile ( ILGenerator il ) : void
ToString ( ) : string

Private Methods

Méthode Description
SanityCheck ( ) : void

Method Details

Call() public méthode

public Call ( string name, List expressions, Token callToken, Token lastArgToken ) : System
name string
expressions List
callToken While.Parsing.Token
lastArgToken While.Parsing.Token
Résultat System

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