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

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

공개 메소드들

메소드 설명
Only ( ICode ast ) : bool
VisitorOnlyStatements ( ) : System

보호된 메소드들

메소드 설명
VisitContinuation ( StmtContinuation s ) : ICode
VisitExpr ( Expr e ) : ICode
VisitStmt ( Stmt s ) : ICode

메소드 상세

Only() 공개 정적인 메소드

public static Only ( ICode ast ) : bool
ast ICode
리턴 bool

VisitContinuation() 보호된 메소드

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

VisitExpr() 보호된 메소드

protected VisitExpr ( Expr e ) : ICode
e Expr
리턴 ICode

VisitStmt() 보호된 메소드

protected VisitStmt ( Stmt s ) : ICode
s Stmt
리턴 ICode

VisitorOnlyStatements() 공개 메소드

public VisitorOnlyStatements ( ) : System
리턴 System