C# Class Babel.Compiler.IfExpression

Inheritance: Expression
Afficher le fichier Open project: shugo/babel

Protected Properties

Свойство Type Description
ifStatement IfStatement

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
IfExpression ( Expression test, Node thenPart, Node elsePart, 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

IfExpression() public méthode

public IfExpression ( Expression test, Node thenPart, Node elsePart, Location location ) : System
test Expression
thenPart Node
elsePart Node
location Location
Résultat System

Property Details

ifStatement protected_oe property

protected IfStatement,Babel.Compiler ifStatement
Résultat IfStatement