C# Class Microsoft.Cci.MutableCodeModel.PushStatement

Pushes a value onto an implicit operand stack.
Inheritance: Statement, IPushStatement
显示文件 Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
Dispatch ( ICodeVisitor visitor ) : void

Calls visitor.Visit((IPushStatement)this).

PushStatement ( ) : System

Allocates a statement that pushes a value onto an implicit operand stack.

PushStatement ( IPushStatement pushStatement ) : System

Allocates a shallow copy of a statement that pushes a value onto an implicit operand stack.

Method Details

Dispatch() public method

Calls visitor.Visit((IPushStatement)this).
public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
return void

PushStatement() public method

Allocates a statement that pushes a value onto an implicit operand stack.
public PushStatement ( ) : System
return System

PushStatement() public method

Allocates a shallow copy of a statement that pushes a value onto an implicit operand stack.
public PushStatement ( IPushStatement pushStatement ) : System
pushStatement IPushStatement
return System