C# Class DotNetWebToolkit.Cil2Js.Analysis.VisitorIfReorder

Inheritance: AstRecursiveVisitor
Show file Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
V ( ICode ast ) : ICode

Protected Methods

Method Description
BlockStart ( ICode block ) : void
VisitBlock ( StmtBlock s ) : ICode

Method Details

BlockStart() protected method

protected BlockStart ( ICode block ) : void
block ICode
return void

V() public static method

public static V ( ICode ast ) : ICode
ast ICode
return ICode

VisitBlock() protected method

protected VisitBlock ( StmtBlock s ) : ICode
s DotNetWebToolkit.Cil2Js.Ast.StmtBlock
return ICode