C# 클래스 DotNetWebToolkit.Cil2Js.Analysis.VisitorFindContinuations

상속: AstVisitor
파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
Any ( ICode root ) : bool
Get ( ICode root ) : IEnumerable

보호된 메소드들

메소드 설명
VisitContinuation ( StmtContinuation s ) : ICode

메소드 상세

Any() 공개 정적인 메소드

public static Any ( ICode root ) : bool
root ICode
리턴 bool

Get() 공개 정적인 메소드

public static Get ( ICode root ) : IEnumerable
root ICode
리턴 IEnumerable

VisitContinuation() 보호된 메소드

protected VisitContinuation ( StmtContinuation s ) : ICode
s StmtContinuation
리턴 ICode