C# Class Babel.Compiler.ProtectStatement

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

Protected Properties

Property Type Description
elsePart StatementList
statementList StatementList
whenPartList NodeList

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
ProtectStatement ( StatementList statementList, 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

ProtectStatement() public method

public ProtectStatement ( StatementList statementList, NodeList whenPartList, StatementList elsePart, Location location ) : System
statementList StatementList
whenPartList NodeList
elsePart StatementList
location Location
return System

Property Details

elsePart protected property

protected StatementList,Babel.Compiler elsePart
return StatementList

statementList protected property

protected StatementList,Babel.Compiler statementList
return StatementList

whenPartList protected property

protected NodeList,Babel.Compiler whenPartList
return NodeList