C# 클래스 Microsoft.Cci.ILToCodeModel.WhileLoopReplacer

상속: CodeTraverser
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
TraverseChildren ( IBlockStatement block ) : void

비공개 메소드들

메소드 설명
ExtractBlock ( List statements, int first, ILabeledStatement labelOfSubsequentCode ) : IStatement
IsOrContainsAsFirstStatement ( IStatement statement, ILabeledStatement labeledStatement ) : bool
LookForCondition ( List statements, int i, ILabeledStatement potentialLabel ) : ConditionalStatement
ObjectInvariant ( ) : void
WhileLoopReplacer ( SourceMethodBody sourceMethodBody ) : System.Collections.Generic

메소드 상세

TraverseChildren() 공개 메소드

public TraverseChildren ( IBlockStatement block ) : void
block IBlockStatement
리턴 void