C# Class Babel.Compiler.YieldStatement

Inheritance: ReturnStatement
Mostra file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
resumePoint ResumePoint

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
YieldStatement ( Expression value, Location location ) : System

Method Details

Accept() public method

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
return void

YieldStatement() public method

public YieldStatement ( Expression value, Location location ) : System
value Expression
location Location
return System

Property Details

resumePoint protected_oe property

protected ResumePoint,Babel.Compiler resumePoint
return ResumePoint