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

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

Public Methods

Method Description
Add ( Block block ) : void
Add ( Expression expression ) : void
Add ( Statement stmt ) : void
Block ( ) : System
Block ( LexicalInfo lexicalInfo ) : System
Clear ( ) : void
Insert ( int index, Expression expression ) : void
Insert ( int index, Statement stmt ) : void
ToBlock ( ) : Block

Method Details

Add() public method

public Add ( Block block ) : void
block Block
return void

Add() public method

public Add ( Expression expression ) : void
expression Expression
return void

Add() public method

public Add ( Statement stmt ) : void
stmt Statement
return void

Block() public method

public Block ( ) : System
return System

Block() public method

public Block ( LexicalInfo lexicalInfo ) : System
lexicalInfo LexicalInfo
return System

Clear() public method

public Clear ( ) : void
return void

Insert() public method

public Insert ( int index, Expression expression ) : void
index int
expression Expression
return void

Insert() public method

public Insert ( int index, Statement stmt ) : void
index int
stmt Statement
return void

ToBlock() public method

public ToBlock ( ) : Block
return Block