C# Class SafeILGenerator.Ast.Nodes.AstNodeStmContainer

Inheritance: AstNodeStm
Show file Open project: soywiz/SafeILGenerator Class Usage Examples

Public Properties

Property Type Description
Inline bool
Nodes List

Public Methods

Method Description
AddStatement ( AstNodeStm Node ) : void
AstNodeStmContainer ( ) : System
AstNodeStmContainer ( bool Inline ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AddStatement() public method

public AddStatement ( AstNodeStm Node ) : void
Node AstNodeStm
return void

AstNodeStmContainer() public method

public AstNodeStmContainer ( ) : System
return System

AstNodeStmContainer() public method

public AstNodeStmContainer ( bool Inline ) : System
Inline bool
return System

TransformNodes() public method

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
return void

Property Details

Inline public property

public bool Inline
return bool

Nodes public property

public List Nodes
return List