C# Class Babel.Compiler.CaseWhen

Inheritance: Node
Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
testCallList TypedNodeList
thenPart StatementList
valueList TypedNodeList

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
CaseWhen ( TypedNodeList valueList, StatementList thenPart, Location location ) : System
Clone ( ) : object

Method Details

Accept() public method

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

CaseWhen() public method

public CaseWhen ( TypedNodeList valueList, StatementList thenPart, Location location ) : System
valueList TypedNodeList
thenPart StatementList
location Location
return System

Clone() public method

public Clone ( ) : object
return object

Property Details

testCallList protected_oe property

protected TypedNodeList,Babel.Compiler testCallList
return TypedNodeList

thenPart protected_oe property

protected StatementList,Babel.Compiler thenPart
return StatementList

valueList protected_oe property

protected TypedNodeList,Babel.Compiler valueList
return TypedNodeList