C# Class Babel.Compiler.AssignStatement

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

Protected Properties

Property Type Description
call CallExpression
name string
value Expression

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
AssignStatement ( string name, Expression value, Location location ) : System
Clone ( ) : object

Method Details

Accept() public method

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

AssignStatement() public method

public AssignStatement ( string name, Expression value, Location location ) : System
name string
value Expression
location Location
return System

Clone() public method

public Clone ( ) : object
return object

Property Details

call protected_oe property

protected CallExpression,Babel.Compiler call
return CallExpression

name protected_oe property

protected string name
return string

value protected_oe property

protected Expression,Babel.Compiler value
return Expression