C# Class Babel.Compiler.TypecaseStatement

Inheritance: Statement
Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
elsePart StatementList
variable LocalExpression
whenPartList NodeList

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
TypecaseStatement ( LocalExpression variable, NodeList whenPartList, StatementList elsePart, Location location ) : System

Method Details

Accept() public méthode

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

TypecaseStatement() public méthode

public TypecaseStatement ( LocalExpression variable, NodeList whenPartList, StatementList elsePart, Location location ) : System
variable LocalExpression
whenPartList NodeList
elsePart StatementList
location Location
Résultat System

Property Details

elsePart protected_oe property

protected StatementList,Babel.Compiler elsePart
Résultat StatementList

variable protected_oe property

protected LocalExpression,Babel.Compiler variable
Résultat LocalExpression

whenPartList protected_oe property

protected NodeList,Babel.Compiler whenPartList
Résultat NodeList