C# Class Babel.Compiler.RaiseStatement

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

Protected Properties

Свойство Type Description
value Expression

Méthodes publiques

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

Method Details

Accept() public méthode

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

Clone() public méthode

public Clone ( ) : object
Résultat object

RaiseStatement() public méthode

public RaiseStatement ( Expression value, Location location ) : System
value Expression
location Location
Résultat System

Property Details

value protected_oe property

protected Expression,Babel.Compiler value
Résultat Expression