C# Class Babel.Compiler.TypecaseWhen

Inheritance: Node
Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
localVariable LocalVariable
thenPart StatementList
typeSpecifier TypeSpecifier

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
TypecaseWhen ( TypeSpecifier typeSpecifier, StatementList thenPart, 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

TypecaseWhen() public method

public TypecaseWhen ( TypeSpecifier typeSpecifier, StatementList thenPart, Location location ) : System
typeSpecifier TypeSpecifier
thenPart StatementList
location Location
return System

Property Details

localVariable protected_oe property

protected LocalVariable,Babel.Compiler localVariable
return LocalVariable

thenPart protected_oe property

protected StatementList,Babel.Compiler thenPart
return StatementList

typeSpecifier protected_oe property

protected TypeSpecifier,Babel.Compiler typeSpecifier
return TypeSpecifier