C# 클래스 Microsoft.Cci.MutableCodeModel.Statement

An executable statement.
상속: IStatement
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ObjectInvariant void

공개 메소드들

메소드 설명
Dispatch ( ICodeVisitor visitor ) : void

Calls the visitor.Visit(T) method where T is the most derived object model node interface type implemented by the concrete type of the object implementing IDoubleDispatcher. The dispatch method does not invoke Dispatch on any child objects. If child traversal is desired, the implementations of the Visit methods should do the subsequent dispatching.

보호된 메소드들

메소드 설명
Statement ( ) : System

Statement ( IStatement statement ) : System

비공개 메소드들

메소드 설명
ObjectInvariant ( ) : void

메소드 상세

Dispatch() 공개 추상적인 메소드

Calls the visitor.Visit(T) method where T is the most derived object model node interface type implemented by the concrete type of the object implementing IDoubleDispatcher. The dispatch method does not invoke Dispatch on any child objects. If child traversal is desired, the implementations of the Visit methods should do the subsequent dispatching.
public abstract Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
리턴 void

Statement() 보호된 메소드

protected Statement ( ) : System
리턴 System

Statement() 보호된 메소드

protected Statement ( IStatement statement ) : System
statement IStatement
리턴 System