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

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

Méthodes publiques

Méthode 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 méthode

public Add ( Block block ) : void
block Block
Résultat void

Add() public méthode

public Add ( Expression expression ) : void
expression Expression
Résultat void

Add() public méthode

public Add ( Statement stmt ) : void
stmt Statement
Résultat void

Block() public méthode

public Block ( ) : System
Résultat System

Block() public méthode

public Block ( LexicalInfo lexicalInfo ) : System
lexicalInfo LexicalInfo
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Insert() public méthode

public Insert ( int index, Expression expression ) : void
index int
expression Expression
Résultat void

Insert() public méthode

public Insert ( int index, Statement stmt ) : void
index int
stmt Statement
Résultat void

ToBlock() public méthode

public ToBlock ( ) : Block
Résultat Block