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

Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Methods

Method 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 method

public IfStatement ( ) : System
return System

IfStatement() public method

public IfStatement ( Expression condition, Block trueBlock, Block falseBlock ) : System
condition Expression
trueBlock Block
falseBlock Block
return System

IfStatement() public method

public IfStatement ( LexicalInfo token ) : System
token LexicalInfo
return System

IfStatement() public method

public IfStatement ( LexicalInfo token, Expression condition, Block trueBlock, Block falseBlock ) : System
token LexicalInfo
condition Expression
trueBlock Block
falseBlock Block
return System