C# Class Babel.Compiler.YieldStatement

Inheritance: ReturnStatement
Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
resumePoint ResumePoint

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
YieldStatement ( Expression value, Location location ) : System

Method Details

Accept() public méthode

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
Résultat void

YieldStatement() public méthode

public YieldStatement ( Expression value, Location location ) : System
value Expression
location Location
Résultat System

Property Details

resumePoint protected_oe property

protected ResumePoint,Babel.Compiler resumePoint
Résultat ResumePoint