C# Class Babel.Compiler.IfExpression

Inheritance: Expression
Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
ifStatement IfStatement

Public Methods

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

IfExpression() public method

public IfExpression ( Expression test, Node thenPart, Node elsePart, Location location ) : System
test Expression
thenPart Node
elsePart Node
location Location
return System

Property Details

ifStatement protected_oe property

protected IfStatement,Babel.Compiler ifStatement
return IfStatement