Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Babel
Compiler
RaiseStatement
C# Class Babel.Compiler.RaiseStatement
Inheritance:
Statement
ファイルを表示
Open project: shugo/babel
Class Usage Examples
Protected Properties
Property
Type
Description
value
Expression
Public Methods
Method
Description
Accept
(
NodeVisitor
visitor
) :
void
Clone
( ) :
object
RaiseStatement
(
Expression
value
,
Location
location
) :
System
Method Details
Accept()
public
method
public
Accept
(
NodeVisitor
visitor
) :
void
visitor
NodeVisitor
return
void
Clone()
public
method
public
Clone
( ) :
object
return
object
RaiseStatement()
public
method
public
RaiseStatement
(
Expression
value
,
Location
location
) :
System
value
Expression
location
Location
return
System
Property Details
value
protected_oe property
protected
Expression,Babel.Compiler
value
return
Expression