C# Class Reko.Scanning.Scanner.StatementInjector

Inheritance: Reko.Core.CodeEmitter
Exibir arquivo Open project: uxmal/reko

Public Methods

Method Description
Emit ( Instruction instr ) : Reko.Core.Statement
Register ( int i ) : Identifier
StatementInjector ( Procedure proc, Block block, Address addr ) : Reko.Analysis

Method Details

Emit() public method

public Emit ( Instruction instr ) : Reko.Core.Statement
instr Instruction
return Reko.Core.Statement

Register() public method

public Register ( int i ) : Identifier
i int
return Identifier

StatementInjector() public method

public StatementInjector ( Procedure proc, Block block, Address addr ) : Reko.Analysis
proc Procedure
block Block
addr Address
return Reko.Analysis