C# Class Babel.Compiler.CaseStatement

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

Protected Properties

Свойство Type Description
elsePart StatementList
test Expression
testName string
whenPartList NodeList

Méthodes publiques

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

Method Details

Accept() public méthode

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

CaseStatement() public méthode

public CaseStatement ( Expression test, NodeList whenPartList, StatementList elsePart, Location location ) : System
test Expression
whenPartList NodeList
elsePart StatementList
location Location
Résultat System

Clone() public méthode

public Clone ( ) : object
Résultat object

Property Details

elsePart protected_oe property

protected StatementList,Babel.Compiler elsePart
Résultat StatementList

test protected_oe property

protected Expression,Babel.Compiler test
Résultat Expression

testName protected_oe property

protected string testName
Résultat string

whenPartList protected_oe property

protected NodeList,Babel.Compiler whenPartList
Résultat NodeList