C# Class DotNetWebToolkit.Cil2Js.Analysis.AstRecursiveVisitor

Inheritance: AstVisitor
ファイルを表示 Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
AstRecursiveVisitor ( ) : System
AstRecursiveVisitor ( bool throwOnNoOverride ) : System
Visit ( ICode c ) : ICode

Protected Methods

Method Description
BlockEnd ( ICode originalBlock, ICode transformedBlock ) : void
BlockStart ( ICode block ) : void
TopLevel ( ICode c ) : ICode
VisitContinuation ( StmtContinuation s ) : ICode

Method Details

AstRecursiveVisitor() public method

public AstRecursiveVisitor ( ) : System
return System

AstRecursiveVisitor() public method

public AstRecursiveVisitor ( bool throwOnNoOverride ) : System
throwOnNoOverride bool
return System

BlockEnd() protected method

protected BlockEnd ( ICode originalBlock, ICode transformedBlock ) : void
originalBlock ICode
transformedBlock ICode
return void

BlockStart() protected method

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

TopLevel() protected method

protected TopLevel ( ICode c ) : ICode
c ICode
return ICode

Visit() public method

public Visit ( ICode c ) : ICode
c ICode
return ICode

VisitContinuation() protected method

protected VisitContinuation ( StmtContinuation s ) : ICode
s StmtContinuation
return ICode