Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Babel
Compiler
YieldStatement
C# Class Babel.Compiler.YieldStatement
Inheritance:
ReturnStatement
Mostrar archivo
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