C# Class Babel.Compiler.ProtectStatement

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

Protected Properties

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

Méthodes publiques

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

ProtectStatement() public méthode

public ProtectStatement ( StatementList statementList, NodeList whenPartList, StatementList elsePart, Location location ) : System
statementList StatementList
whenPartList NodeList
elsePart StatementList
location Location
Résultat System

Property Details

elsePart protected_oe property

protected StatementList,Babel.Compiler elsePart
Résultat StatementList

statementList protected_oe property

protected StatementList,Babel.Compiler statementList
Résultat StatementList

whenPartList protected_oe property

protected NodeList,Babel.Compiler whenPartList
Résultat NodeList