C# Class Babel.Compiler.AssignStatement

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

Protected Properties

Свойство Type Description
call CallExpression
name string
value Expression

Méthodes publiques

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

Method Details

Accept() public méthode

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

AssignStatement() public méthode

public AssignStatement ( string name, Expression value, Location location ) : System
name string
value Expression
location Location
Résultat System

Clone() public méthode

public Clone ( ) : object
Résultat object

Property Details

call protected_oe property

protected CallExpression,Babel.Compiler call
Résultat CallExpression

name protected_oe property

protected string name
Résultat string

value protected_oe property

protected Expression,Babel.Compiler value
Résultat Expression