C# Class Babel.Compiler.CaseStatement

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

Protected Properties

Property Type Description
elsePart StatementList
test Expression
testName string
whenPartList NodeList

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
CaseStatement ( Expression test, NodeList whenPartList, StatementList elsePart, Location location ) : System
Clone ( ) : object

Method Details

Accept() public method

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
return void

CaseStatement() public method

public CaseStatement ( Expression test, NodeList whenPartList, StatementList elsePart, Location location ) : System
test Expression
whenPartList NodeList
elsePart StatementList
location Location
return System

Clone() public method

public Clone ( ) : object
return object

Property Details

elsePart protected_oe property

protected StatementList,Babel.Compiler elsePart
return StatementList

test protected_oe property

protected Expression,Babel.Compiler test
return Expression

testName protected_oe property

protected string testName
return string

whenPartList protected_oe property

protected NodeList,Babel.Compiler whenPartList
return NodeList