C# Class Babel.Compiler.TypecaseStatement

Inheritance: Statement
显示文件 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_oe property

protected StatementList,Babel.Compiler elsePart
return StatementList

variable protected_oe property

protected LocalExpression,Babel.Compiler variable
return LocalExpression

whenPartList protected_oe property

protected NodeList,Babel.Compiler whenPartList
return NodeList