C# Class Microsoft.Cci.MutableCodeModel.PushStatement

Pushes a value onto an implicit operand stack.
Inheritance: Statement, IPushStatement
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Calls visitor.Visit((IPushStatement)this).
public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
Résultat void

PushStatement() public méthode

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

PushStatement() public méthode

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