C# Class Babel.Compiler.TypecaseStatement

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

Protected Properties

Property Type Description
elsePart StatementList
variable LocalExpression
whenPartList NodeList

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
TypecaseStatement ( LocalExpression variable, NodeList whenPartList, StatementList 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

TypecaseStatement() public method

public TypecaseStatement ( LocalExpression variable, NodeList whenPartList, StatementList elsePart, Location location ) : System
variable LocalExpression
whenPartList NodeList
elsePart StatementList
location Location
return System

Property Details

elsePart protected property

protected StatementList,Babel.Compiler elsePart
return StatementList

variable protected property

protected LocalExpression,Babel.Compiler variable
return LocalExpression

whenPartList protected property

protected NodeList,Babel.Compiler whenPartList
return NodeList