C# Class Boo.Lang.Compiler.Ast.IfStatement

Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
IfStatement ( ) : System
IfStatement ( Expression condition, Block trueBlock, Block falseBlock ) : System
IfStatement ( LexicalInfo token ) : System
IfStatement ( LexicalInfo token, Expression condition, Block trueBlock, Block falseBlock ) : System

Method Details

IfStatement() public méthode

public IfStatement ( ) : System
Résultat System

IfStatement() public méthode

public IfStatement ( Expression condition, Block trueBlock, Block falseBlock ) : System
condition Expression
trueBlock Block
falseBlock Block
Résultat System

IfStatement() public méthode

public IfStatement ( LexicalInfo token ) : System
token LexicalInfo
Résultat System

IfStatement() public méthode

public IfStatement ( LexicalInfo token, Expression condition, Block trueBlock, Block falseBlock ) : System
token LexicalInfo
condition Expression
trueBlock Block
falseBlock Block
Résultat System